Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp96 Properties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties
100 return properties_sp->GetSubProperty(exe_ctx, name); in GetSubProperty()
H A DPluginManager.cpp1360 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins()
1371 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1395 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1405 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1437 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForPlugin()
1563 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForOperatingSystemPlugin()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h71 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h194 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp649 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties