Searched refs:PlatformRemoteAppleBridge (Results 1 – 6 of 6) sorted by relevance
32 PlatformRemoteAppleBridge::PlatformRemoteAppleBridge() in PlatformRemoteAppleBridge() function in PlatformRemoteAppleBridge39 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()[all …]
23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {25 PlatformRemoteAppleBridge();
55 PlatformRemoteAppleBridge::Initialize(); in Initialize()78 PlatformRemoteAppleBridge::Terminate(); in Terminate()
14 PlatformRemoteAppleBridge.cpp
43 "PlatformRemoteAppleBridge.cpp",
17 PlatformRemoteAppleBridge.cpp \