Searched refs:PlatformMacOSX (Results 1 – 11 of 11) sorted by relevance
41 LLDB_PLUGIN_DEFINE(PlatformMacOSX)45 void PlatformMacOSX::Initialize() { in Initialize()59 PlatformSP default_platform_sp(new PlatformMacOSX()); in Initialize()63 PluginManager::RegisterPlugin(PlatformMacOSX::GetPluginNameStatic(), in Initialize()65 PlatformMacOSX::CreateInstance); in Initialize()69 void PlatformMacOSX::Terminate() { in Terminate()72 PluginManager::UnregisterPlugin(PlatformMacOSX::CreateInstance); in Terminate()88 llvm::StringRef PlatformMacOSX::GetDescriptionStatic() { in GetDescriptionStatic()99 PlatformMacOSX::PlatformMacOSX() : PlatformDarwinDevice(true) {} in PlatformMacOSX() function in PlatformMacOSX171 lldb_private::Status PlatformMacOSX::GetSharedModule( in GetSharedModule()[all …]
31 class PlatformMacOSX : public PlatformDarwinDevice {33 PlatformMacOSX();
13 PlatformMacOSX.cpp
21 SubsystemRAII<FileSystem, HostInfo, PlatformMacOSX> subsystems;33 PlatformMacOSX platform; in TEST_F()
34 PlatformMacOSX::Initialize(); in SetUp()37 PlatformMacOSX::Terminate(); in TearDown()
39 PlatformMacOSX::Initialize(); in SetUp()47 PlatformMacOSX::Terminate(); in TearDown()
24 SubsystemRAII<HostInfoBase, PlatformMacOSX> subsystems;
33 PlatformMacOSX::Initialize(); in SetUp()36 PlatformMacOSX::Terminate(); in TearDown()
39 "PlatformMacOSX.cpp",
121 "PlatformMacOSX",
4255 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp4256 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h