Home
last modified time | relevance | path

Searched refs:PlatformMacOSX (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp42 LLDB_PLUGIN_DEFINE(PlatformMacOSX)
46 void PlatformMacOSX::Initialize() { in Initialize()
60 PlatformSP default_platform_sp(new PlatformMacOSX()); in Initialize()
64 PluginManager::RegisterPlugin(PlatformMacOSX::GetPluginNameStatic(), in Initialize()
65 PlatformMacOSX::GetDescriptionStatic(), in Initialize()
66 PlatformMacOSX::CreateInstance); in Initialize()
70 void PlatformMacOSX::Terminate() { in Terminate()
73 PluginManager::UnregisterPlugin(PlatformMacOSX::CreateInstance); in Terminate()
89 llvm::StringRef PlatformMacOSX::GetDescriptionStatic() { in GetDescriptionStatic()
93 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
[all …]
H A DPlatformMacOSX.h31 class PlatformMacOSX : public PlatformDarwinDevice {
33 PlatformMacOSX();
H A DCMakeLists.txt13 PlatformMacOSX.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn42 "PlatformMacOSX.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile16 PlatformMacOSX.cpp \
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def80 LLDB_PLUGIN(PlatformMacOSX)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn121 "PlatformMacOSX",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4252 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
4253 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h