Searched refs:plugin_type_name (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | PluginManager.cpp | 2371 Debugger &debugger, const ConstString &plugin_type_name, in GetDebuggerPropertyForPlugins() argument 2390 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins() 2393 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins() 2407 Debugger &debugger, const ConstString &plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() argument 2414 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 2417 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 2418 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle() 2446 const ConstString &plugin_type_name, in GetSettingForPlugin() argument 2451 debugger, plugin_type_name, in GetSettingForPlugin() 2461 Debugger &debugger, const ConstString &plugin_type_name, in CreateSettingForPlugin() argument [all …]
|