Lines Matching refs:PlatformRemoteAppleBridge
32 PlatformRemoteAppleBridge::PlatformRemoteAppleBridge() in PlatformRemoteAppleBridge() function in PlatformRemoteAppleBridge
39 void PlatformRemoteAppleBridge::Initialize() { in Initialize()
43 PluginManager::RegisterPlugin(PlatformRemoteAppleBridge::GetPluginNameStatic(), in Initialize()
44 PlatformRemoteAppleBridge::GetDescriptionStatic(), in Initialize()
45 PlatformRemoteAppleBridge::CreateInstance); in Initialize()
49 void PlatformRemoteAppleBridge::Terminate() { in Terminate()
52 PluginManager::UnregisterPlugin(PlatformRemoteAppleBridge::CreateInstance); in Terminate()
59 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance()
127 return lldb::PlatformSP(new PlatformRemoteAppleBridge()); in CreateInstance()
137 llvm::StringRef PlatformRemoteAppleBridge::GetDescriptionStatic() { in GetDescriptionStatic()
141 std::vector<ArchSpec> PlatformRemoteAppleBridge::GetSupportedArchitectures( in GetSupportedArchitectures()
146 llvm::StringRef PlatformRemoteAppleBridge::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName()
150 llvm::StringRef PlatformRemoteAppleBridge::GetPlatformName() { in GetPlatformName()