Searched refs:PlatformRemoteAppleTV (Results 1 – 4 of 4) sorted by relevance
32 PlatformRemoteAppleTV::PlatformRemoteAppleTV() in PlatformRemoteAppleTV() function in PlatformRemoteAppleTV39 void PlatformRemoteAppleTV::Initialize() { in Initialize()43 PluginManager::RegisterPlugin(PlatformRemoteAppleTV::GetPluginNameStatic(), in Initialize()44 PlatformRemoteAppleTV::GetDescriptionStatic(), in Initialize()45 PlatformRemoteAppleTV::CreateInstance); in Initialize()49 void PlatformRemoteAppleTV::Terminate() { in Terminate()52 PluginManager::UnregisterPlugin(PlatformRemoteAppleTV::CreateInstance); in Terminate()59 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force, in CreateInstance()122 return lldb::PlatformSP(new PlatformRemoteAppleTV()); in CreateInstance()131 lldb_private::ConstString PlatformRemoteAppleTV::GetPluginNameStatic() { in GetPluginNameStatic()[all …]
20 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {22 PlatformRemoteAppleTV();
52 PlatformRemoteAppleTV::Initialize(); in Initialize()79 PlatformRemoteAppleTV::Terminate(); in Terminate()
14 PlatformRemoteAppleTV.cpp