Searched refs:PlatformRemoteiOS (Results 1 – 7 of 7) sorted by relevance
32 PlatformRemoteiOS::SDKDirectoryInfo::SDKDirectoryInfo (const lldb_private::FileSpec &sdk_dir) : in SDKDirectoryInfo()64 PlatformRemoteiOS::Initialize () in Initialize()68 PluginManager::RegisterPlugin (PlatformRemoteiOS::GetPluginNameStatic(), in Initialize()69 PlatformRemoteiOS::GetDescriptionStatic(), in Initialize()70 PlatformRemoteiOS::CreateInstance); in Initialize()75 PlatformRemoteiOS::Terminate () in Terminate()81 PluginManager::UnregisterPlugin (PlatformRemoteiOS::CreateInstance); in Terminate()87 PlatformRemoteiOS::CreateInstance (bool force, const ArchSpec *arch) in CreateInstance()146 return new PlatformRemoteiOS (); in CreateInstance()152 PlatformRemoteiOS::GetPluginNameStatic () in GetPluginNameStatic()[all …]
21 class PlatformRemoteiOS : public PlatformDarwin46 PlatformRemoteiOS ();49 ~PlatformRemoteiOS();166 DISALLOW_COPY_AND_ASSIGN (PlatformRemoteiOS);
8 PlatformRemoteiOS.cpp
16 PlatformRemoteiOS.cpp
136 PlatformRemoteiOS::Initialize(); in Initialize()218 PlatformRemoteiOS::Terminate(); in Terminate()
295 …3353E4200698AC0 /* PlatformRemoteiOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2675F6FE13…997 …7997B /* PlatformRemoteiOS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…998 …0067997B /* PlatformRemoteiOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …3174 2675F6FE1332BE690067997B /* PlatformRemoteiOS.cpp */,3175 2675F6FF1332BE690067997B /* PlatformRemoteiOS.h */,4078 2689009C13353E4200698AC0 /* PlatformRemoteiOS.cpp in Sources */,
1836 && platform_sp->GetName() == PlatformRemoteiOS::GetPluginNameStatic()) in DoDestroy()