Searched refs:PlatformMacOSX (Results 1 – 8 of 8) sorted by relevance
42 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 …]
31 class PlatformMacOSX : public PlatformDarwinDevice {33 PlatformMacOSX();
13 PlatformMacOSX.cpp
42 "PlatformMacOSX.cpp",
16 PlatformMacOSX.cpp \
80 LLDB_PLUGIN(PlatformMacOSX)
121 "PlatformMacOSX",
4252 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp4253 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h