Home
last modified time | relevance | path

Searched refs:OptionValuePropertiesSP (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DUserSettingsController.cpp33 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetPropertyValue()
45 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in SetPropertyValue()
56 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpAllPropertyValues()
67 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpAllDescriptions()
77 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpPropertyValue()
93 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in Apropos()
102 lldb::OptionValuePropertiesSP
106 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetSubProperty()
109 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
DPluginManager.cpp1978 static lldb::OptionValuePropertiesSP
1984 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPlugins()
1989OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, g_prope… in GetDebuggerPropertyForPlugins()
2001 …lldb::OptionValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NU… in GetDebuggerPropertyForPlugins()
2013 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPlugins()
2019 static lldb::OptionValuePropertiesSP
2026 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPluginsOldStyle()
2029OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, plugin_… in GetDebuggerPropertyForPluginsOldStyle()
2041 …lldb::OptionValuePropertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NU… in GetDebuggerPropertyForPluginsOldStyle()
2053 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPluginsOldStyle()
[all …]
DDebugger.cpp617 Properties(OptionValuePropertiesSP(new OptionValueProperties())), in Debugger()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DUserSettingsController.h40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) : in Properties()
50 virtual lldb::OptionValuePropertiesSP
89 lldb::OptionValuePropertiesSP
93 lldb::OptionValuePropertiesSP m_collection_sp;
DPluginManager.h335 static lldb::OptionValuePropertiesSP
341 const lldb::OptionValuePropertiesSP &properties_sp,
345 static lldb::OptionValuePropertiesSP
351 const lldb::OptionValuePropertiesSP &properties_sp,
355 static lldb::OptionValuePropertiesSP
361 const lldb::OptionValuePropertiesSP &properties_sp,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValueProperties.h242 lldb::OptionValuePropertiesSP
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValueProperties.cpp748 lldb::OptionValuePropertiesSP
759 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
DCommandInterpreter.cpp103 Properties(OptionValuePropertiesSP(new OptionValueProperties(ConstString("interpreter")))), in CommandInterpreter()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandCompletions.cpp440 … lldb::OptionValuePropertiesSP properties_sp (interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h328 typedef std::shared_ptr<lldb_private::OptionValueProperties> OptionValuePropertiesSP; typedef