Lines Matching refs:PlatformRemoteiOS
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()
134 PlatformRemoteiOS::PlatformRemoteiOS() in PlatformRemoteiOS() function in PlatformRemoteiOS
137 std::vector<ArchSpec> PlatformRemoteiOS::GetSupportedArchitectures( in GetSupportedArchitectures()
144 bool PlatformRemoteiOS::CheckLocalSharedCache() const { in CheckLocalSharedCache()
151 llvm::StringRef PlatformRemoteiOS::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName()
155 llvm::StringRef PlatformRemoteiOS::GetPlatformName() { in GetPlatformName()