Searched refs:PlatformRemoteAppleTV (Results 1 – 7 of 7) sorted by relevance
33 PlatformRemoteAppleTV::PlatformRemoteAppleTV() in PlatformRemoteAppleTV() function in PlatformRemoteAppleTV40 void PlatformRemoteAppleTV::Initialize() { 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()[all …]
24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {26 PlatformRemoteAppleTV();
52 PlatformRemoteAppleTV::Initialize(); in Initialize()79 PlatformRemoteAppleTV::Terminate(); in Terminate()
15 PlatformRemoteAppleTV.cpp
41 "PlatformRemoteAppleTV.cpp",
25 PlatformRemoteAppleTV, PlatformRemoteAppleWatch>
4257 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h