Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp94 if (!PluginManager::GetSettingForPlatformPlugin( in DebuggerInitialize()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h473 GetSettingForPlatformPlugin(Debugger &debugger, ConstString setting_name);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp215 if (!PluginManager::GetSettingForPlatformPlugin( in DebuggerInitialize()
H A DPlatformDarwin.cpp161 if (!PluginManager::GetSettingForPlatformPlugin( in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1363 if (!PluginManager::GetSettingForPlatformPlugin( in DebuggerInitialize()
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1518 PluginManager::GetSettingForPlatformPlugin(Debugger &debugger, in GetSettingForPlatformPlugin() function in PluginManager