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()
1099 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1100 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1124 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1125 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1137 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote()
1138 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1147 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Solaris); in RefineModuleDetailsFromNote()
1148 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1186 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1188 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1212 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1215 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1221 arch_spec.GetTriple().setOS(llvm::Triple::OSType::NetBSD); in RefineModuleDetailsFromNote()
1222 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1227 arch_spec.GetTriple().setOS(llvm::Triple::OSType::OpenBSD); in RefineModuleDetailsFromNote()
1228 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1230 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1231 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote()
1236 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1277 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1282 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1285 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1311 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1313 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1345 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1347 arch_spec.GetTriple().getEnvironment() == llvm::Triple::EABIHF) in ParseARMAttributes()
1348 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1352 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1354 arch_spec.GetTriple().getEnvironment() == llvm::Triple::EABI) in ParseARMAttributes()
1355 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
1381 if (arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) { in GetSectionHeaderInfo()
1395 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()
1602 if (arch_spec.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in GetSectionHeaderInfo()
1603 arch_spec.GetTriple().setVendorName(llvm::StringRef()); in GetSectionHeaderInfo()
1604 if (arch_spec.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetSectionHeaderInfo()
1605 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()