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

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 1 //===-- PlatformiOSSimulator.cpp -----------------------------------*- C++ -*-===//
10 #include "PlatformiOSSimulator.h"
41 PlatformiOSSimulator::Initialize ()
45 PluginManager::RegisterPlugin (PlatformiOSSimulator::GetPluginNameStatic(),
46 PlatformiOSSimulator::GetDescriptionStatic(),
47 PlatformiOSSimulator::CreateInstance);
52 PlatformiOSSimulator::Terminate ()
58 PluginManager::UnregisterPlugin (PlatformiOSSimulator::CreateInstance);
64 PlatformiOSSimulator::CreateInstance (bool force, const ArchSpec *arch)
122 return new PlatformiOSSimulator ();
    [all...]
PlatformiOSSimulator.h 1 //===-- PlatformiOSSimulator.h ----------------------------------*- C++ -*-===//
19 class PlatformiOSSimulator : public PlatformDarwin
44 PlatformiOSSimulator ();
47 ~PlatformiOSSimulator();
111 DISALLOW_COPY_AND_ASSIGN (PlatformiOSSimulator);
Android.mk 14 PlatformiOSSimulator.cpp \
  /external/lldb/source/
lldb.cpp 60 #include "Plugins/Platform/MacOSX/PlatformiOSSimulator.h"
138 PlatformiOSSimulator::Initialize();
219 PlatformiOSSimulator::Terminate();

Completed in 183 milliseconds