Searched refs:setVendor (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h366 /// setVendor - Set the vendor (second) component of the triple to a
368 void setVendor(VendorType Kind);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp673 normalized_triple.setVendor(compatible_triple.getVendor());
692 normalized_triple.setVendor(host_triple.getVendor());
728 m_triple.setVendor (llvm::Triple::Apple);
746 m_triple.setVendor (llvm::Triple::UnknownVendor);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DTriple.cpp624 void Triple::setVendor(VendorType Kind) { function in class:Triple
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1005 target_triple.setVendor (remote_triple.getVendor());

Completed in 122 milliseconds