Searched refs:AppendProperty (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestOptionValue.cpp | 87 props_sp->AppendProperty(ConstString("dict"), ConstString(), is_global, in CreateGlobal() 91 props_sp->AppendProperty(ConstString("file-list"), ConstString(), is_global, in CreateGlobal()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | PluginManager.cpp | 1394 parent_properties_sp->AppendProperty( in GetDebuggerPropertyForPlugins() 1405 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins() 1429 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle() 1439 plugin_properties_sp->AppendProperty( in GetDebuggerPropertyForPluginsOldStyle() 1484 plugin_type_properties_sp->AppendProperty(properties_sp->GetName(), in CreateSettingForPlugin() 1622 plugin_type_properties_sp->AppendProperty(properties_sp->GetName(), in CreateSettingForOperatingSystemPlugin()
|
| H A D | Debugger.cpp | 781 m_collection_sp->AppendProperty( in Debugger() 785 m_collection_sp->AppendProperty( in Debugger() 788 m_collection_sp->AppendProperty( in Debugger() 792 m_collection_sp->AppendProperty( in Debugger()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 198 void AppendProperty(ConstString name, ConstString desc,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 47 void OptionValueProperties::AppendProperty(ConstString name, in AppendProperty() function in OptionValueProperties
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 3986 m_collection_sp->AppendProperty( in TargetProperties() 3997 m_collection_sp->AppendProperty( in TargetProperties() 4002 m_collection_sp->AppendProperty( in TargetProperties()
|
| H A D | Process.cpp | 168 m_collection_sp->AppendProperty( in ProcessProperties() 181 m_collection_sp->AppendProperty( in ProcessProperties()
|