| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | Triple.h | 248 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/ |
| HD | ArchSpec.cpp | 802 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()
|
| HD | Module.cpp | 430 if (object_arch.GetTriple().getVendor() == llvm::Triple::Apple in GetClangASTContext()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCSubtarget.h | 263 bool isBGQ() const { return TargetTriple.getVendor() == Triple::BGQ; } in isBGQ()
|
| HD | PPCTargetMachine.cpp | 284 bool UsePrefetching = TM->getTargetTriple().getVendor() == Triple::BGQ && in addIRPasses()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | SubtargetFeature.cpp | 309 if (Triple.getVendor() == Triple::Apple) { in getDefaultSubtargetFeatures()
|
| /NextBSD/contrib/llvm/lib/Linker/ |
| HD | LinkModules.cpp | 1470 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/ |
| HD | DynamicRegisterInfo.cpp | 569 … 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/ |
| HD | JITLoaderGDB.cpp | 382 if (arch.GetTriple().getVendor() != llvm::Triple::Apple) in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ProcessLaunchInfo.cpp | 469 … GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple && // Apple only in ConvertArgumentsForLaunchingInShell()
|
| HD | Thread.cpp | 2327 if (target_arch.GetTriple().getVendor() == llvm::Triple::Apple) in GetUnwinder()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | UnixAPIChecker.cpp | 117 if (C.getASTContext().getTargetInfo().getTriple().getVendor() in CheckOpen()
|
| HD | CallAndMessageChecker.cpp | 525 return (triple.getVendor() == llvm::Triple::Apple && in supportsNilWithFloatRet()
|
| HD | CheckSecuritySyntaxOnly.cpp | 30 return T.getVendor() == llvm::Triple::Apple || in isArc4RandomAvailable()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| HD | ItaniumABILanguageRuntime.cpp | 435 if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) in CreateExceptionSearchFilter()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 657 …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/ |
| HD | ABIMacOSX_arm.cpp | 187 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| HD | ABISysV_arm.cpp | 187 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.cpp | 714 && 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()
|
| HD | GDBRemoteCommunicationServerCommon.cpp | 1297 if (proc_triple.getVendor () == llvm::Triple::Apple) in CreateProcessInfoResponse_DebugServerStyle()
|
| HD | GDBRemoteRegisterContext.cpp | 832 && arch.GetTriple().getVendor() == llvm::Triple::Apple in WriteAllRegisterValues()
|
| HD | GDBRemoteCommunicationClient.cpp | 2143 … 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/ |
| HD | ABISysV_arm64.cpp | 218 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ |
| HD | ABIMacOSX_arm64.cpp | 223 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Tools.cpp | 1031 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()
|