HomeSort by relevance Sort by last modified time
    Searched refs:PlatformMacOSX (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 1 //===-- 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::CreateInstance (bool force, const ArchSpec *arch
    [all...]
PlatformMacOSX.h 1 //===-- PlatformMacOSX.h ----------------------------------------*- C++ -*-===//
19 class PlatformMacOSX : public PlatformDarwin
44 PlatformMacOSX (bool is_host);
47 ~PlatformMacOSX();
80 DISALLOW_COPY_AND_ASSIGN (PlatformMacOSX);
Android.mk 15 PlatformMacOSX.cpp \
  /external/lldb/source/
lldb.cpp 57 #include "Plugins/Platform/MacOSX/PlatformMacOSX.h"
137 PlatformMacOSX::Initialize();
216 PlatformMacOSX::Terminate();

Completed in 89 milliseconds