Home
last modified time | relevance | path

Searched refs:TripleVendorWasSpecified (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleBridge.cpp92 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
H A DPlatformRemoteMacOSX.cpp89 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
H A DPlatformRemoteiOS.cpp89 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
H A DPlatformRemoteAppleTV.cpp95 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
H A DPlatformRemoteAppleWatch.cpp93 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
H A DPlatformAppleSimulator.cpp338 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
H A DPlatformDarwinKernel.cpp117 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h367 bool TripleVendorWasSpecified() const { in TripleVendorWasSpecified() function
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp824 if (!TripleVendorWasSpecified() && other.TripleVendorWasSpecified()) in MergeFrom()
996 const bool rhs_vendor_specified = rhs.TripleVendorWasSpecified(); in IsMatch()
997 const bool lhs_vendor_specified = TripleVendorWasSpecified(); in IsMatch()
1425 if (!TripleVendorWasSpecified()) in IsFullySpecifiedTriple()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp91 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp115 !platform_arch.TripleVendorWasSpecified()) { in CreateTargetInternal()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp59 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp71 create = !arch->TripleVendorWasSpecified() && !arch->TripleOSWasSpecified(); in CreateInstance()