Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp38 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue()
48 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue()
58 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues()
67 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllDescriptions()
76 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpPropertyValue()
89 OptionValuePropertiesSP properties_sp(GetValueProperties()); in Apropos()
96 lldb::OptionValuePropertiesSP
99 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetSubProperty()
102 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DPluginManager.cpp2378 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins()
2400 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPlugins()
2435 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPluginsOldStyle()
2440 typedef lldb::OptionValuePropertiesSP
2444 lldb::OptionValuePropertiesSP
2449 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin()
2505 lldb::OptionValuePropertiesSP
2522 lldb::OptionValuePropertiesSP
2537 lldb::OptionValuePropertiesSP
2553 lldb::OptionValuePropertiesSP
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h488 static lldb::OptionValuePropertiesSP
493 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
496 static lldb::OptionValuePropertiesSP
501 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
504 static lldb::OptionValuePropertiesSP
509 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
512 static lldb::OptionValuePropertiesSP
517 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
520 static lldb::OptionValuePropertiesSP
528 static lldb::OptionValuePropertiesSP
[all …]
H A DUserSettingsController.h46 Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties()
51 virtual lldb::OptionValuePropertiesSP GetValueProperties() const { in GetValueProperties()
80 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
95 lldb::OptionValuePropertiesSP m_collection_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h206 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp669 lldb::OptionValuePropertiesSP
678 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DCommandInterpreter.cpp129 Properties(OptionValuePropertiesSP( in CommandInterpreter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp303 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h399 OptionValuePropertiesSP; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3580 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()