Lines Matching refs:GetTriple

550               spec.GetArchitecture().GetTriple().getOS();  in GetModuleSpecifications()
557 vendor = spec.GetArchitecture().GetTriple().getVendor(); in GetModuleSpecifications()
594 llvm::Triple &spec_triple = spec.GetArchitecture().GetTriple(); in GetModuleSpecifications()
1060 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1061 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1085 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1086 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1098 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote()
1099 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1108 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Solaris); in RefineModuleDetailsFromNote()
1109 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1147 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1149 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1173 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1176 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1182 arch_spec.GetTriple().setOS(llvm::Triple::OSType::NetBSD); in RefineModuleDetailsFromNote()
1183 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1188 arch_spec.GetTriple().setOS(llvm::Triple::OSType::OpenBSD); in RefineModuleDetailsFromNote()
1189 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1191 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1192 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote()
1197 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1238 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1243 arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) in RefineModuleDetailsFromNote()
1246 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1272 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1274 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1306 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1308 arch_spec.GetTriple().getEnvironment() == llvm::Triple::EABIHF) in ParseARMAttributes()
1309 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1313 if (arch_spec.GetTriple().getEnvironment() == in ParseARMAttributes()
1315 arch_spec.GetTriple().getEnvironment() == llvm::Triple::EABI) in ParseARMAttributes()
1316 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
1342 if (arch_spec.GetTriple().getOS() == llvm::Triple::OSType::UnknownOS) { in GetSectionHeaderInfo()
1356 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()
1563 if (arch_spec.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in GetSectionHeaderInfo()
1564 arch_spec.GetTriple().setVendorName(llvm::StringRef()); in GetSectionHeaderInfo()
1565 if (arch_spec.GetTriple().getOS() == llvm::Triple::UnknownOS) in GetSectionHeaderInfo()
1566 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()