Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DUserSettingsController.cpp103 Properties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in Properties
108 return properties_sp->GetSubProperty (exe_ctx, name); in GetSubProperty()
DPluginManager.cpp1989 …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/
DUserSettingsController.h90 GetSubProperty (const ExecutionContext *exe_ctx,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValueProperties.h243 GetSubProperty (const ExecutionContext *exe_ctx,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValueProperties.cpp749 OptionValueProperties::GetSubProperty (const ExecutionContext *exe_ctx, in GetSubProperty() function in OptionValueProperties