Searched refs:PlatformRemoteiOS (Results 1 – 6 of 6) sorted by relevance
29 LLDB_PLUGIN_DEFINE(PlatformRemoteiOS)35 void PlatformRemoteiOS::Initialize() { in Initialize()39 PluginManager::RegisterPlugin(PlatformRemoteiOS::GetPluginNameStatic(), in Initialize()40 PlatformRemoteiOS::GetDescriptionStatic(), in Initialize()41 PlatformRemoteiOS::CreateInstance); in Initialize()45 void PlatformRemoteiOS::Terminate() { in Terminate()48 PluginManager::UnregisterPlugin(PlatformRemoteiOS::CreateInstance); in Terminate()55 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()119 return lldb::PlatformSP(new PlatformRemoteiOS()); in CreateInstance()129 llvm::StringRef PlatformRemoteiOS::GetDescriptionStatic() { in GetDescriptionStatic()[all …]
21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {23 PlatformRemoteiOS();
49 PlatformRemoteiOS::Initialize(); in Initialize()88 PlatformRemoteiOS::Terminate(); in Terminate()
20 PlatformRemoteiOS.cpp
49 "PlatformRemoteiOS.cpp",
24 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator, PlatformRemoteiOS,