Home
last modified time | relevance | path

Searched refs:PlatformRemoteAppleTV (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp33 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()
[all …]
H A DPlatformRemoteAppleTV.h24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
26 PlatformRemoteAppleTV();
H A DPlatformMacOSX.cpp53 PlatformRemoteAppleTV::Initialize(); in Initialize()
80 PlatformRemoteAppleTV::Terminate(); in Terminate()
H A DCMakeLists.txt15 PlatformRemoteAppleTV.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn44 "PlatformRemoteAppleTV.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile18 PlatformRemoteAppleTV.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4254 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h