Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DUserSettingsController.cpp96 Properties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties
100 return properties_sp->GetSubProperty(exe_ctx, name); in GetSubProperty()
DPluginManager.cpp1298 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/
DUserSettingsController.h71 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h192 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp635 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties