Searched refs:OptionValuePropertiesSP (Results 1 – 10 of 10) sorted by relevance
33 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::OptionValuePropertiesSP106 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetSubProperty()109 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
1978 static lldb::OptionValuePropertiesSP1984 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPlugins()1989 …OptionValuePropertiesSP 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::OptionValuePropertiesSP2026 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPluginsOldStyle()2029 …OptionValuePropertiesSP 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 …]
617 Properties(OptionValuePropertiesSP(new OptionValueProperties())), in Debugger()
40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) : in Properties()50 virtual lldb::OptionValuePropertiesSP89 lldb::OptionValuePropertiesSP93 lldb::OptionValuePropertiesSP m_collection_sp;
335 static lldb::OptionValuePropertiesSP341 const lldb::OptionValuePropertiesSP &properties_sp,345 static lldb::OptionValuePropertiesSP351 const lldb::OptionValuePropertiesSP &properties_sp,355 static lldb::OptionValuePropertiesSP361 const lldb::OptionValuePropertiesSP &properties_sp,
242 lldb::OptionValuePropertiesSP
748 lldb::OptionValuePropertiesSP759 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
103 Properties(OptionValuePropertiesSP(new OptionValueProperties(ConstString("interpreter")))), in CommandInterpreter()
440 … lldb::OptionValuePropertiesSP properties_sp (interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
328 typedef std::shared_ptr<lldb_private::OptionValueProperties> OptionValuePropertiesSP; typedef