Searched refs:plugin_type_name (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | PluginManager.cpp | 1568 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins() 1571 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins() 1572 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins() 1585 Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() argument 1592 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 1595 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 1596 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle() 1625 llvm::StringRef plugin_type_name, in GetSettingForPlugin() argument 1630 debugger, plugin_type_name, in GetSettingForPlugin() 1640 CreateSettingForPlugin(Debugger &debugger, llvm::StringRef plugin_type_name, in CreateSettingForPlugin() argument [all …]
|