Searched refs:getVendorName (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1312 StringRef Triple::getVendorName() const { in getVendorName() function in Triple 1568 Triple += getVendorName(); in setArchName() 1580 setTriple(getArchName() + "-" + getVendorName() + "-" + Str + in setOSName() 1583 setTriple(getArchName() + "-" + getVendorName() + "-" + Str); in setOSName() 1587 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() + in setEnvironmentName() 1592 setTriple(getArchName() + "-" + getVendorName() + "-" + Str); in setOSAndEnvironmentName()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 354 return !m_triple.getVendorName().empty(); in TripleVendorWasSpecified()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 209 if (normalized_triple.getVendorName().empty()) in GetAugmentedArchSpec()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 45 return HasTargetID ? (T.getArchName() + "-" + T.getVendorName() + "-" + in normalizeForBundler()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 396 llvm::Triple(ArchFeature, getTriple().getVendorName(), in isBranchProtectionSupportedArch() 1500 : ARMleTargetInfo(llvm::Triple("armv7", Triple.getVendorName(), in RenderScript32TargetInfo()
|
H A D | AArch64.cpp | 1703 : AArch64leTargetInfo(llvm::Triple("aarch64", Triple.getVendorName(), in RenderScript64TargetInfo()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 271 StringRef getPlatform() const { return Triple.getVendorName(); } in getPlatform()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 454 StringRef getVendorName() const;
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 89 this->Triple = llvm::Triple(t.getArchName(), t.getVendorName(), in OffloadTargetInfo() 99 this->Triple = llvm::Triple(t.getArchName(), t.getVendorName(), in OffloadTargetInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 805 normalized_triple.getVendorName().empty() && in ContainsOnlyArch() 1454 llvm::StringRef vendor_str = triple.getVendorName(); in DumpTriple()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 106 Platform["vendor"] = T.getVendorName(); in serializePlatform()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.cpp | 1259 const std::string vendor = proc_triple.getVendorName().str(); in CreateProcessInfoResponse_DebugServerStyle()
|
H A D | ProcessGDBRemote.cpp | 933 if (new_target_triple.getVendorName().size() == 0) { in DidLaunchOrAttach()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1583 (SrcTriple.getVendorName() == "unknown" && in run()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1541 StringRef VendorName = TI.getTriple().getVendorName(); in isTargetVendor()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Platform.cpp | 867 if (normalized_triple.getVendorName().empty()) in GetAugmentedArchSpec()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 864 << TargetTriple.getVendorName() << '-' in toString()
|