Home
last modified time | relevance | path

Searched defs:default_platform_sp (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp87 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp60 PlatformSP default_platform_sp(new PlatformMacOSX()); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp91 PlatformSP default_platform_sp(new PlatformFreeBSD(true)); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp80 PlatformSP default_platform_sp(new PlatformNetBSD(true)); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp89 PlatformSP default_platform_sp(new PlatformLinux(true)); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp41 PlatformSP default_platform_sp(new PlatformAndroid(true)); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp97 PlatformSP default_platform_sp(new PlatformWindows(true)); in Initialize() local
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp784 PlatformSP default_platform_sp(Platform::GetHostPlatform()); in Debugger() local