| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AArch64BuildAttributes.h | 33 StringRef getVendorName(unsigned const Vendor);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | AArch64BuildAttributes.cpp | 15 StringRef AArch64BuildAttributes::getVendorName(unsigned Vendor) { in getVendorName() function in AArch64BuildAttributes
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 367 return !m_triple.getVendorName().empty(); in TripleVendorWasSpecified()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1365 StringRef Triple::getVendorName() const { in getVendorName() function in Triple 1639 setTriple(Str + "-" + getVendorName() + "-" + getOSAndEnvironmentName()); in setArchName() 1648 setTriple(getArchName() + "-" + getVendorName() + "-" + Str + in setOSName() 1651 setTriple(getArchName() + "-" + getVendorName() + "-" + Str); in setOSName() 1655 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() + in setEnvironmentName() 1660 setTriple(getArchName() + "-" + getVendorName() + "-" + Str); in setOSAndEnvironmentName()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 211 if (normalized_triple.getVendorName().empty()) in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 476 AArch64BuildAttributes::getVendorName( in emitAttributes() 480 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes() 484 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes() 499 AArch64BuildAttributes::getVendorName( in emitAttributes() 503 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes() 506 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes() 509 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 44 return HasTargetID ? (T.getArchName() + "-" + T.getVendorName() + "-" + in normalizeForBundler()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 926 ? llvm::Triple(Triple.getArchName(), Triple.getVendorName(), in getTripleWithoutOSVersion() 930 : llvm::Triple(Triple.getArchName(), Triple.getVendorName(), in getTripleWithoutOSVersion() 953 AIXTriple = llvm::Triple(T.getArchName(), T.getVendorName(), in getTargetSubDirPath()
|
| H A D | OffloadBundler.cpp | 106 this->Triple = llvm::Triple(T.getArchName(), T.getVendorName(), T.getOSName(), in OffloadTargetInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 275 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 828 normalized_triple.getVendorName().empty() && in ContainsOnlyArch() 1486 llvm::StringRef vendor_str = triple.getVendorName(); in DumpTriple()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 484 LLVM_ABI StringRef getVendorName() const;
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 104 Platform["vendor"] = T.getVendorName(); in serializePlatform()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1261 const std::string vendor = proc_triple.getVendorName().str(); in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | ProcessGDBRemote.cpp | 943 if (new_target_triple.getVendorName().size() == 0) { in DidLaunchOrAttach()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 397 llvm::Triple(ArchFeature, getTriple().getVendorName(), in isBranchProtectionSupportedArch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1471 (SrcTriple.getVendorName() == "unknown" && in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1485 StringRef VendorName = TI.getTriple().getVendorName(); in isTargetVendor()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 870 if (normalized_triple.getVendorName().empty()) in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1065 StreamRep << TargetTriple.getArchName() << '-' << TargetTriple.getVendorName() in toString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 8054 if (AArch64BuildAttributes::getVendorName( in parseDirectiveAeabiAArch64Attr() 8057 if (AArch64BuildAttributes::getVendorName( in parseDirectiveAeabiAArch64Attr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24388 {"_ZNK4llvm6Triple13getVendorNameEv", "llvm::Triple::getVendorName() const"},
|