Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue()
58 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues()
73 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllDescriptions()
82 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpPropertyValue()
95 OptionValuePropertiesSP properties_sp(GetValueProperties()); in Apropos()
102 lldb::OptionValuePropertiesSP
105 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetSubProperty()
108 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DPluginManager.cpp1395 static lldb::OptionValuePropertiesSP
1398 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPlugins()
1403 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1414 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPlugins()
1425 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPlugins()
1431 static lldb::OptionValuePropertiesSP GetDebuggerPropertyForPluginsOldStyle( in GetDebuggerPropertyForPluginsOldStyle()
1435 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPluginsOldStyle()
1438 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1448 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1460 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPluginsOldStyle()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h469 static lldb::OptionValuePropertiesSP
474 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
477 static lldb::OptionValuePropertiesSP
481 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
484 static lldb::OptionValuePropertiesSP
488 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
492 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
495 static lldb::OptionValuePropertiesSP
499 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
502 static lldb::OptionValuePropertiesSP
[all …]
H A DUserSettingsController.h37 Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties()
42 virtual lldb::OptionValuePropertiesSP GetValueProperties() const { in GetValueProperties()
72 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
87 lldb::OptionValuePropertiesSP m_collection_sp;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h37 static lldb::OptionValuePropertiesSP
203 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp593 OptionValuePropertiesSP
696 lldb::OptionValuePropertiesSP
705 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DCommandInterpreter.cpp131 Properties(OptionValuePropertiesSP( in CommandInterpreter()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h365 OptionValuePropertiesSP; typedef
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp567 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4039 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()
H A DProcess.cpp155 : Properties(OptionValuePropertiesSP( in ProcessExperimentalProperties()