Searched refs:GetSubProperty (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 97 Properties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties 101 return properties_sp->GetSubProperty(exe_ctx, name); in GetSubProperty()
|
| H A D | PluginManager.cpp | 2379 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins() 2390 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins() 2414 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 2424 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle() 2456 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForPlugin() 2580 plugin_type_properties_sp->GetSubProperty(nullptr, setting_name); in GetSettingForOperatingSystemPlugin()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 80 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 206 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 670 OptionValueProperties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties
|