Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/include/llvm/ADT/
HDTriple.h248 VendorType getVendor() const { return Vendor; } in getVendor() function
496 getVendor() == Triple::SCEI && in isPS4CPU()
502 return getVendor() == Triple::SCEI && in isPS4()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp802 normalized_triple.setVendor(compatible_triple.getVendor()); in SetTriple()
821 normalized_triple.setVendor(host_triple.getVendor()); in SetTriple()
839 if (GetTriple().getVendor() == llvm::Triple::UnknownVendor && !TripleVendorWasSpecified()) in MergeFrom()
840 GetTriple().setVendor(other.GetTriple().getVendor()); in MergeFrom()
965 const llvm::Triple::VendorType lhs_triple_vendor = lhs_triple.getVendor(); in IsEqualTo()
966 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsEqualTo()
HDModule.cpp430 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple in GetClangASTContext()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h263 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; } in isBGQ()
HDPPCTargetMachine.cpp284 bool UsePrefetching = TM->getTargetTriple().getVendor() == Triple::BGQ && in addIRPasses()
/NextBSD/contrib/llvm/lib/MC/
HDSubtargetFeature.cpp309 if (Triple.getVendor() == Triple::Apple) { in getDefaultSubtargetFeatures()
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp1470 if (T0.getVendor() == Triple::Apple) in triplesMatch()
1473 T0.getVendor() == T1.getVendor() && in triplesMatch()
1482 if (SrcTriple.getVendor() == Triple::Apple) in mergeTriples()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDDynamicRegisterInfo.cpp569 … else if ((strcmp(reg.name, "r7") == 0) && arch.GetTriple().getVendor() == llvm::Triple::Apple) in Finalize()
571 … else if ((strcmp(reg.name, "r11") == 0) && arch.GetTriple().getVendor() != llvm::Triple::Apple) in Finalize()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp382 if (arch.GetTriple().getVendor() != llvm::Triple::Apple) in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp469 … GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple && // Apple only in ConvertArgumentsForLaunchingInShell()
HDThread.cpp2327 if (target_arch.GetTriple().getVendor() == llvm::Triple::Apple) in GetUnwinder()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDUnixAPIChecker.cpp117 if (C.getASTContext().getTargetInfo().getTriple().getVendor() in CheckOpen()
HDCallAndMessageChecker.cpp525 return (triple.getVendor() == llvm::Triple::Apple && in supportsNilWithFloatRet()
HDCheckSecuritySyntaxOnly.cpp30 return T.getVendor() == llvm::Triple::Apple || in isArc4RandomAvailable()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp435 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) in CreateExceptionSearchFilter()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp657 …if (remote_triple.getVendor () == llvm::Triple::Apple && remote_triple.getOS () == llvm::Triple::I… in LaunchGDBserverAndGetPort()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
HDABIMacOSX_arm.cpp187 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
HDABISysV_arm.cpp187 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp714 && remote_arch.GetTriple().getVendor() == llvm::Triple::Apple) in BuildDynamicRegisterInfo()
1229 process_arch.GetTriple().getVendor() == llvm::Triple::Apple) in DidLaunchOrAttach()
1245 new_target_triple.setVendor (remote_triple.getVendor()); in DidLaunchOrAttach()
HDGDBRemoteCommunicationServerCommon.cpp1297 if (proc_triple.getVendor () == llvm::Triple::Apple) in CreateProcessInfoResponse_DebugServerStyle()
HDGDBRemoteRegisterContext.cpp832 && arch.GetTriple().getVendor() == llvm::Triple::Apple in WriteAllRegisterValues()
HDGDBRemoteCommunicationClient.cpp2143 … if (host_triple.getVendor() == llvm::Triple::Apple && host_triple.getOS() == llvm::Triple::Darwin) in GetHostInfo()
4034 && arch.GetTriple().getVendor() == llvm::Triple::Apple in AvoidGPackets()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
HDABISysV_arm64.cpp218 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
HDABIMacOSX_arm64.cpp223 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.cpp1031 if (Triple.getVendor() == llvm::Triple::ImaginationTechnologies && in getMipsCPUAndABI()
3102 if (getToolChain().getTriple().getVendor() == llvm::Triple::Apple) in ConstructJob()
6035 if (Triple.getVendor() != llvm::Triple::ImaginationTechnologies && in isFPXXDefault()
6036 Triple.getVendor() != llvm::Triple::MipsTechnologies) in isFPXXDefault()

12