Searched refs:GetSubProperty (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | UserSettingsController.cpp | 103 Properties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties 108 return properties_sp->GetSubProperty (exe_ctx, name); in GetSubProperty()
|
| D | PluginManager.cpp | 1989 …OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, g_prope… in GetDebuggerPropertyForPlugins() 2001 …nValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, plugin_… in GetDebuggerPropertyForPlugins() 2029 …OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, plugin_… in GetDebuggerPropertyForPluginsOldStyle() 2041 …nValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, g_prope… in GetDebuggerPropertyForPluginsOldStyle() 2066 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name); in GetSettingForDynamicLoaderPlugin() 2104 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name); in GetSettingForPlatformPlugin() 2142 properties_sp = plugin_type_properties_sp->GetSubProperty (NULL, setting_name); in GetSettingForProcessPlugin()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | UserSettingsController.h | 90 GetSubProperty (const ExecutionContext *exe_ctx,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| D | OptionValueProperties.h | 243 GetSubProperty (const ExecutionContext *exe_ctx,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | OptionValueProperties.cpp | 749 OptionValueProperties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties
|