Home
last modified time | relevance | path

Searched refs:PluginInstance (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp183 template <typename Callback> struct PluginInstance { struct
186 PluginInstance() = default; argument
187 PluginInstance(ConstString name, std::string description, in PluginInstance() function
279 typedef PluginInstance<ABICreateInstance> ABIInstance;
432 typedef PluginInstance<EmulateInstructionCreateInstance>
531 : PluginInstance<LanguageRuntimeCreateInstance>( in LanguageRuntimeInstance()
708 : PluginInstance<ObjectContainerCreateInstance>( in ObjectContainerInstance()
851 : PluginInstance<ScriptInterpreterCreateInstance>( in ScriptInterpreterInstance()
1020 : PluginInstance<TraceCreateInstanceForSessionFile>( in TraceInstance()
1082 : public PluginInstance<TraceExporterCreateInstance> {
[all …]