Home
last modified time | relevance | path

Searched refs:SetHostPlatform (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp89 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp62 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp93 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp82 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp43 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp91 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp99 Platform::SetHostPlatform(default_platform_sp); in Initialize()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h100 static void SetHostPlatform(const lldb::PlatformSP &platform_sp);
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp148 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform() function in Platform