Home
last modified time | relevance | path

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

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