Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp200 template <typename Instance> class PluginInstances { class
280 typedef PluginInstances<ABIInstance> ABIInstances;
342 typedef PluginInstances<DisassemblerInstance> DisassemblerInstances;
375 typedef PluginInstances<DynamicLoaderInstance> DynamicLoaderInstances;
409 typedef PluginInstances<JITLoaderInstance> JITLoaderInstances;
437 typedef PluginInstances<EmulateInstructionInstance> EmulateInstructionInstances;
470 typedef PluginInstances<OperatingSystemInstance> OperatingSystemInstances;
504 typedef PluginInstances<LanguageInstance> LanguageInstances;
546 typedef PluginInstances<LanguageRuntimeInstance> LanguageRuntimeInstances;
592 typedef PluginInstances<SystemRuntimeInstance> SystemRuntimeInstances;
[all …]