Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp184 class PlatformDarwinKernelProperties : public Properties { class
191 PlatformDarwinKernelProperties() : Properties() { in PlatformDarwinKernelProperties() function in PlatformDarwinKernelProperties
196 ~PlatformDarwinKernelProperties() override = default;
208 static PlatformDarwinKernelProperties &GetGlobalProperties() { in GetGlobalProperties()
209 static PlatformDarwinKernelProperties g_settings; in GetGlobalProperties()
216 debugger, PlatformDarwinKernelProperties::GetSettingName())) { in DebuggerInitialize()