Lines Matching refs:PlatformRemoteAppleTV
33 PlatformRemoteAppleTV::PlatformRemoteAppleTV() in PlatformRemoteAppleTV() function in PlatformRemoteAppleTV
40 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()
136 std::vector<ArchSpec> PlatformRemoteAppleTV::GetSupportedArchitectures( in GetSupportedArchitectures()
157 llvm::StringRef PlatformRemoteAppleTV::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName()
161 llvm::StringRef PlatformRemoteAppleTV::GetPlatformName() { in GetPlatformName()