Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp149 llvm::Triple::OSType host_os = GetHostOSType(); in GetSupportedArchitectures()
H A DPlatformDarwin.h195 static llvm::Triple::OSType GetHostOSType();
H A DPlatformDarwin.cpp1328 llvm::Triple::OSType PlatformDarwin::GetHostOSType() { in GetHostOSType() function in PlatformDarwin