Lines Matching refs:GetTriple
575 spec.GetArchitecture().GetTriple().getOS(); in GetModuleSpecifications()
582 vendor = spec.GetArchitecture().GetTriple().getVendor(); in GetModuleSpecifications()
623 llvm::Triple &spec_triple = spec.GetArchitecture().GetTriple(); in GetModuleSpecifications()
1113 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1114 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1138 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1139 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1151 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote()
1152 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1161 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Solaris); in RefineModuleDetailsFromNote()
1162 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1200 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1202 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1226 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1229 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1235 arch_spec.GetTriple().setOS(llvm::Triple::OSType::NetBSD); in RefineModuleDetailsFromNote()
1236 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1241 arch_spec.GetTriple().setOS(llvm::Triple::OSType::OpenBSD); in RefineModuleDetailsFromNote()
1242 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1244 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1245 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote()
1250 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1291 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1296 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1299 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1325 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1327 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1359 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1361 arch_spec.GetTriple().getEnvironment() == llvm::Triple::EABIHF) in ParseARMAttributes()
1362 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1366 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1368 arch_spec.GetTriple().getEnvironment() == llvm::Triple::EABI) in ParseARMAttributes()
1369 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
1395 if (arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) { in GetSectionHeaderInfo()
1409 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()
1616 if (arch_spec.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in GetSectionHeaderInfo()
1617 arch_spec.GetTriple().setVendorName(llvm::StringRef()); in GetSectionHeaderInfo()
1618 if (arch_spec.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetSectionHeaderInfo()
1619 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()