Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DTriple.h520 void setVendorName(StringRef Str);
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp223 module_triple.setVendorName (host_triple.getVendorName()); in ResolveExecutable()
/external/llvm/lib/Support/
DTriple.cpp848 setVendorName(getVendorTypeName(Kind)); in setVendor()
882 void Triple::setVendorName(StringRef Str) { in setVendorName() function in Triple
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp334 … spec.GetArchitecture().GetTriple().setVendorName(Host::GetVendorString().GetCString()); in GetModuleSpecifications()
1819 arch.GetTriple().setVendorName(Host::GetVendorString().GetCString()); in GetArchitecture()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1252 … m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name)); in GetHostInfo()
1883 m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name)); in GetCurrentProcessInfo()
/external/lldb/source/Core/
DArchSpec.cpp522 arch.GetTriple().setVendorName(vendor_str); in ParseMachCPUDashSubtypeTriple()
/external/lldb/source/Host/common/
DHost.cpp364 triple.setVendorName(""); in GetArchitecture()
/external/llvm/unittests/ADT/
DTripleTest.cpp299 T.setVendorName("pc"); in TEST()