Searched refs:GetSubProperty (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
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()
|
D | PluginManager.cpp | 1298 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins() 1309 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins() 1333 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 1343 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle() 1375 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForPlugin() 1501 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForOperatingSystemPlugin()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | UserSettingsController.h | 71 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 192 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 635 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties
|