Home
last modified time | relevance | path

Searched refs:setVendorName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1124 void setVendorName(StringRef Str);
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1540 setVendorName(getVendorTypeName(Kind)); in setVendor()
1574 void Triple::setVendorName(StringRef Str) { in setVendorName() function in Triple
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1340 m_host_arch.GetTriple().setVendorName( in GetHostInfo()
2079 process_info.GetArchitecture().GetTriple().setVendorName( in DecodeProcessInfoResponse()
2272 m_process_arch.GetTriple().setVendorName(llvm::StringRef(vendor_name)); in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp782 arch.GetTriple().setVendorName(vendor); in ParseMachCPUDashSubtypeTriple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1617 arch_spec.GetTriple().setVendorName(llvm::StringRef()); in GetSectionHeaderInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp653 Target.setVendorName("intel"); in computeTargetTriple()