Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h613 static lldb::OptionValuePropertiesSP
618 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
621 static lldb::OptionValuePropertiesSP
625 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
628 static lldb::OptionValuePropertiesSP
632 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
635 static lldb::OptionValuePropertiesSP
640 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
644 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
647 static lldb::OptionValuePropertiesSP
[all …]
H A DUserSettingsController.h37 Properties(const lldb::OptionValuePropertiesSP &collection_sp);
41 lldb::OptionValuePropertiesSP GetValueProperties() const { in GetValueProperties()
101 lldb::OptionValuePropertiesSP m_collection_sp;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1950 static lldb::OptionValuePropertiesSP
1954 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPlugins()
1959 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1970 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPlugins()
1981 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPlugins()
1987 static lldb::OptionValuePropertiesSP GetDebuggerPropertyForPluginsOldStyle( in GetDebuggerPropertyForPluginsOldStyle()
1991 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPluginsOldStyle()
1994 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
2004 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
2016 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPluginsOldStyle()
[all …]
H A DUserSettingsController.cpp35 Properties::Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h36 static lldb::OptionValuePropertiesSP
135 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp377 OptionValuePropertiesSP
481 lldb::OptionValuePropertiesSP
490 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DCommandInterpreter.cpp139 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h389 OptionValuePropertiesSP; typedef
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp598 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4319 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()
H A DProcess.cpp147 : Properties(OptionValuePropertiesSP( in ProcessExperimentalProperties()