Searched refs:PlatformRemoteAppleTV (Results 1 – 7 of 7) sorted by relevance
33 PlatformRemoteAppleTV::PlatformRemoteAppleTV() in PlatformRemoteAppleTV() function in PlatformRemoteAppleTV40 void PlatformRemoteAppleTV::Initialize() { in Initialize()44 PluginManager::RegisterPlugin(PlatformRemoteAppleTV::GetPluginNameStatic(), in Initialize()45 PlatformRemoteAppleTV::GetDescriptionStatic(), in Initialize()46 PlatformRemoteAppleTV::CreateInstance); in Initialize()50 void PlatformRemoteAppleTV::Terminate() { in Terminate()53 PluginManager::UnregisterPlugin(PlatformRemoteAppleTV::CreateInstance); in Terminate()60 PlatformSP PlatformRemoteAppleTV::CreateInstance(bool force, in CreateInstance()123 return lldb::PlatformSP(new PlatformRemoteAppleTV()); in CreateInstance()132 llvm::StringRef PlatformRemoteAppleTV::GetDescriptionStatic() { in GetDescriptionStatic()[all …]
24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {26 PlatformRemoteAppleTV();
53 PlatformRemoteAppleTV::Initialize(); in Initialize()80 PlatformRemoteAppleTV::Terminate(); in Terminate()
15 PlatformRemoteAppleTV.cpp
44 "PlatformRemoteAppleTV.cpp",
18 PlatformRemoteAppleTV.cpp \
4254 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h