Searched refs:OptionValuePropertiesSP (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 613 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 D | UserSettingsController.h | 37 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 D | PluginManager.cpp | 1950 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 D | UserSettingsController.cpp | 35 Properties::Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 36 static lldb::OptionValuePropertiesSP 135 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 377 OptionValuePropertiesSP 481 lldb::OptionValuePropertiesSP 490 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
|
| H A D | CommandInterpreter.cpp | 139 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 389 OptionValuePropertiesSP; typedef
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 598 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4319 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()
|
| H A D | Process.cpp | 147 : Properties(OptionValuePropertiesSP( in ProcessExperimentalProperties()
|