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

/external/llvm/include/llvm/ADT/
H A DTriple.h440 /// setVendorName - Set the vendor (second) component of the triple
442 void setVendorName(StringRef Str);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp223 module_triple.setVendorName (host_triple.getVendorName());
/external/llvm/lib/Support/
H A DTriple.cpp733 setVendorName(getVendorTypeName(Kind));
763 void Triple::setVendorName(StringRef Str) { function in class:Triple
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp334 spec.GetArchitecture().GetTriple().setVendorName(Host::GetVendorString().GetCString());
1819 arch.GetTriple().setVendorName(Host::GetVendorString().GetCString());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1252 m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name));
1883 m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name));
/external/lldb/source/Core/
H A DArchSpec.cpp522 arch.GetTriple().setVendorName(vendor_str);
/external/lldb/source/Host/common/
H A DHost.cpp364 triple.setVendorName("");
/external/llvm/unittests/ADT/
H A DTripleTest.cpp263 T.setVendorName("pc");

Completed in 181 milliseconds