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.cpp396 template <typename Callback> struct PluginInstance { struct
399 PluginInstance() = default; argument
400 PluginInstance(llvm::StringRef name, llvm::StringRef description, in PluginInstance() function
547 typedef PluginInstance<ABICreateInstance> ABIInstance;
571 typedef PluginInstance<ArchitectureCreateInstance> ArchitectureInstance;
602 typedef PluginInstance<DisassemblerCreateInstance> DisassemblerInstance;
635 typedef PluginInstance<DynamicLoaderCreateInstance> DynamicLoaderInstance;
669 typedef PluginInstance<JITLoaderCreateInstance> JITLoaderInstance;
696 typedef PluginInstance<EmulateInstructionCreateInstance>
730 typedef PluginInstance<OperatingSystemCreateInstance> OperatingSystemInstance;
[all …]