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

/external/llvm/include/llvm/ADT/
H A DTriple.h444 /// setOSName - Set the operating system (third) component of the
446 void setOSName(StringRef Str);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp225 module_triple.setOSName (host_triple.getOSName());
/external/lldb/source/Core/
H A DArchSpec.cpp528 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos));
532 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos));
/external/llvm/lib/Support/
H A DTriple.cpp737 setOSName(getOSTypeName(Kind));
767 void Triple::setOSName(StringRef Str) { function in class:Triple
/external/llvm/unittests/ADT/
H A DTripleTest.cpp268 T.setOSName("linux");
280 T.setOSName("freebsd");
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp333 spec.GetArchitecture().GetTriple().setOSName (Host::GetOSString().GetCString());
1818 arch.GetTriple().setOSName (Host::GetOSString().GetCString());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1254 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name));
1884 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name));
/external/clang/lib/Driver/
H A DToolChains.cpp202 Triple.setOSName(Str);

Completed in 197 milliseconds