Home
last modified time | relevance | path

Searched refs:default_platform_sp (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp40 PlatformSP default_platform_sp (new PlatformMacOSX(true)); in Initialize() local
41 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture()); in Initialize()
42 Platform::SetDefaultPlatform (default_platform_sp); in Initialize()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp126 PlatformSP default_platform_sp (new PlatformLinux(true)); in Initialize() local
127 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture()); in Initialize()
128 Platform::SetDefaultPlatform (default_platform_sp); in Initialize()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp121 PlatformSP default_platform_sp (new PlatformFreeBSD(true)); in Initialize() local
122 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture()); in Initialize()
123 Platform::SetDefaultPlatform (default_platform_sp); in Initialize()
/external/lldb/source/Core/
DDebugger.cpp647 PlatformSP default_platform_sp (Platform::GetDefaultPlatform()); in Debugger() local
648 assert (default_platform_sp.get()); in Debugger()
649 m_platform_list.Append (default_platform_sp, true); in Debugger()