Searched refs:AppendProperty (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 132 void AppendProperty(llvm::StringRef name, llvm::StringRef desc,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | PluginManager.cpp | 1964 parent_properties_sp->AppendProperty(g_property_name, in GetDebuggerPropertyForPlugins() 1975 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins() 1999 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle() 2009 plugin_properties_sp->AppendProperty(g_property_name, in GetDebuggerPropertyForPluginsOldStyle() 2054 plugin_type_properties_sp->AppendProperty(properties_sp->GetName(), in CreateSettingForPlugin() 2209 plugin_type_properties_sp->AppendProperty(properties_sp->GetName(), in CreateSettingForOperatingSystemPlugin()
|
| H A D | Debugger.cpp | 987 m_collection_sp->AppendProperty( in Debugger() 990 m_collection_sp->AppendProperty( in Debugger() 993 m_collection_sp->AppendProperty( in Debugger() 996 m_collection_sp->AppendProperty( in Debugger() 1000 m_collection_sp->AppendProperty( in Debugger()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 43 void OptionValueProperties::AppendProperty(llvm::StringRef name, in AppendProperty() function in OptionValueProperties
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4363 m_collection_sp->AppendProperty( in TargetProperties() 4373 m_collection_sp->AppendProperty( in TargetProperties() 4378 m_collection_sp->AppendProperty( in TargetProperties()
|
| H A D | Process.cpp | 160 m_collection_sp->AppendProperty( in ProcessProperties() 173 m_collection_sp->AppendProperty( in ProcessProperties()
|