Home
last modified time | relevance | path

Searched refs:GetOSString (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h193 GetOSString ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp375 spec.GetArchitecture().GetTriple().setOSName (Host::GetOSString().GetCString()); in GetModuleSpecifications()
1962 arch.GetTriple().setOSName (Host::GetOSString().GetCString()); in GetArchitecture()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp443 Host::GetOSString() in GetOSString() function in Host