Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp184 template <typename Callback> struct PluginInstance { struct
187 PluginInstance() = default; argument
188 PluginInstance(llvm::StringRef name, llvm::StringRef description, in PluginInstance() function
279 typedef PluginInstance<ABICreateInstance> ABIInstance;
303 typedef PluginInstance<ArchitectureCreateInstance> ArchitectureInstance;
341 typedef PluginInstance<DisassemblerCreateInstance> DisassemblerInstance;
374 typedef PluginInstance<DynamicLoaderCreateInstance> DynamicLoaderInstance;
408 typedef PluginInstance<JITLoaderCreateInstance> JITLoaderInstance;
435 typedef PluginInstance<EmulateInstructionCreateInstance>
469 typedef PluginInstance<OperatingSystemCreateInstance> OperatingSystemInstance;
[all …]