Searched refs:GetSubProperty (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 96 Properties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties 100 return properties_sp->GetSubProperty(exe_ctx, name); in GetSubProperty()
|
| H A D | PluginManager.cpp | 1390 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins() 1401 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins() 1425 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 1435 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle() 1468 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForPlugin() 1609 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForOperatingSystemPlugin()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 71 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 201 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 672 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties
|