Lines Matching refs:PlatformRemoteAppleWatch
36 void PlatformRemoteAppleWatch::Initialize() { in Initialize()
41 PlatformRemoteAppleWatch::GetPluginNameStatic(), in Initialize()
42 PlatformRemoteAppleWatch::GetDescriptionStatic(), in Initialize()
43 PlatformRemoteAppleWatch::CreateInstance); in Initialize()
47 void PlatformRemoteAppleWatch::Terminate() { in Terminate()
50 PluginManager::UnregisterPlugin(PlatformRemoteAppleWatch::CreateInstance); in Terminate()
57 PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force, in CreateInstance()
130 return lldb::PlatformSP(new PlatformRemoteAppleWatch()); in CreateInstance()
139 llvm::StringRef PlatformRemoteAppleWatch::GetDescriptionStatic() { in GetDescriptionStatic()
144 PlatformRemoteAppleWatch::PlatformRemoteAppleWatch() in PlatformRemoteAppleWatch() function in PlatformRemoteAppleWatch
148 PlatformRemoteAppleWatch::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures()
183 llvm::StringRef PlatformRemoteAppleWatch::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName()
187 llvm::StringRef PlatformRemoteAppleWatch::GetPlatformName() { in GetPlatformName()