Searched refs:PlatformMacOSX (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp1 //===-- PlatformMacOSX.cpp --------------------------------------*- C++ -*-===//
10 #include "PlatformMacOSX.h"
35 PlatformMacOSX::Initialize ()
40 PlatformSP default_platform_sp (new PlatformMacOSX(true));
44 PluginManager::RegisterPlugin (PlatformMacOSX::GetPluginNameStatic(false),
45 PlatformMacOSX::GetDescriptionStatic(false),
46 PlatformMacOSX::CreateInstance);
52 PlatformMacOSX::Terminate ()
58 PluginManager::UnregisterPlugin (PlatformMacOSX::CreateInstance);
64 PlatformMacOSX
145 PlatformMacOSX::PlatformMacOSX (bool is_host) : function in class:PlatformMacOSX
[all...]
H A DPlatformMacOSX.h1 //===-- PlatformMacOSX.h ----------------------------------------*- C++ -*-===//
19 class PlatformMacOSX : public PlatformDarwin class in inherits:PlatformDarwin
44 PlatformMacOSX (bool is_host);
47 ~PlatformMacOSX();
80 DISALLOW_COPY_AND_ASSIGN (PlatformMacOSX);
H A DAndroid.mk15 PlatformMacOSX.cpp \
/external/lldb/source/
H A Dlldb.cpp57 #include "Plugins/Platform/MacOSX/PlatformMacOSX.h"
137 PlatformMacOSX::Initialize();
216 PlatformMacOSX::Terminate();

Completed in 291 milliseconds