Home
last modified time | relevance | path

Searched refs:UnknownVendor (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Host/linux/
H A DHostInfoLinux.cpp209 if (arch_32.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in ComputeHostArchitectureSupport()
214 if (arch_64.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in ComputeHostArchitectureSupport()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp116 if (Triple.getVendor() != llvm::Triple::UnknownVendor) in isARMBareMetal()
134 if (Triple.getVendor() != llvm::Triple::UnknownVendor) in isAArch64BareMetal()
147 if (Triple.getVendor() != llvm::Triple::UnknownVendor) in isRISCVBareMetal()
H A DLinux.cpp573 (Triple.getVendor() == llvm::Triple::UnknownVendor || in getDynamicLinker()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleBridge.cpp91 case llvm::Triple::UnknownVendor: in CreateInstance()
H A DPlatformRemoteMacOSX.cpp88 case llvm::Triple::UnknownVendor: in CreateInstance()
H A DPlatformRemoteiOS.cpp88 case llvm::Triple::UnknownVendor: in CreateInstance()
H A DPlatformRemoteAppleTV.cpp94 case llvm::Triple::UnknownVendor: in CreateInstance()
H A DPlatformRemoteAppleWatch.cpp92 case llvm::Triple::UnknownVendor: in CreateInstance()
H A DPlatformAppleSimulator.cpp337 case llvm::Triple::UnknownVendor: in CreateInstance()
H A DPlatformDarwinKernel.cpp116 case llvm::Triple::UnknownVendor: in CreateInstance()
/openbsd/sys/stand/efi/include/
H A Defidevp.h362 UNKNOWN_DEVICE_VENDOR_DEVICE_PATH UnknownVendor; member
396 UNKNOWN_DEVICE_VENDOR_DEVICE_PATH *UnknownVendor; member
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp183 case UnknownVendor: return "unknown"; in getVendorTypeName()
555 .Default(Triple::UnknownVendor); in parseVendor()
891 Vendor(UnknownVendor), OS(UnknownOS), Environment(UnknownEnvironment), in Triple()
974 VendorType Vendor = UnknownVendor; in normalize()
994 Found[1] = Vendor != UnknownVendor; in normalize()
1021 Valid = Vendor != UnknownVendor; in normalize()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp575 assert(vendor == llvm::Triple::UnknownVendor); in GetModuleSpecifications()
1078 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1104 llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1117 llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1127 llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1193 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1200 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1206 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1580 if (arch_spec.GetTriple().getVendor() == llvm::Triple::UnknownVendor) in GetSectionHeaderInfo()
/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp70 if (Lhs.getVendor() != Triple::UnknownVendor && in hasEqualKnownFields()
71 Rhs.getVendor() != Triple::UnknownVendor && in hasEqualKnownFields()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp90 case llvm::Triple::VendorType::UnknownVendor: in CreateInstance()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp629 Triple.getVendor() != llvm::Triple::UnknownVendor || in AllocateTarget()
644 Triple.getVendor() != llvm::Triple::UnknownVendor || in AllocateTarget()
/openbsd/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp104 (module_triple.getVendor() != llvm::Triple::UnknownVendor); in ResolveExecutable()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp909 m_triple.setVendor(llvm::Triple::UnknownVendor); in SetArchitecture()
1004 if (lhs_triple_vendor != llvm::Triple::UnknownVendor && in IsMatch()
1005 rhs_triple_vendor != llvm::Triple::UnknownVendor) in IsMatch()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp306 (TT.getVendor() == Triple::UnknownVendor || in Load()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h167 UnknownVendor, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp58 case llvm::Triple::UnknownVendor: in CreateInstance()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h770 if (TT.getVendor() == llvm::Triple::UnknownVendor || in getOpenMPTriple()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp153 triple.setVendor(llvm::Triple::VendorType::UnknownVendor); in GetArchitecture()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp198 arch.GetTriple().setVendor(llvm::Triple::UnknownVendor); in GetHostArchitecture()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp573 TT.setVendor(Triple::UnknownVendor); in createRegInfo()

12