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

/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h389 /// setOSName - Set the operating system (third) component of the
391 void setOSName(StringRef Str);
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DTriple.cpp629 setOSName(getOSTypeName(Kind));
651 void Triple::setOSName(StringRef Str) { function in class:Triple
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp580 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos));
584 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1563 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name));
2136 process_info.GetArchitecture().GetTriple().setOSName (llvm::StringRef (os_type));
2250 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp375 spec.GetArchitecture().GetTriple().setOSName (Host::GetOSString().GetCString());
1962 arch.GetTriple().setOSName (Host::GetOSString().GetCString());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp341 T.setOSName(llvm::Triple::getOSTypeName(llvm::Triple::Win32));
H A DToolChains.cpp179 Triple.setOSName(Str);

Completed in 230 milliseconds