Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DPluginManager.cpp200 template <typename Instance> class PluginInstances { class
280 typedef PluginInstances<ABIInstance> ABIInstances;
342 typedef PluginInstances<DisassemblerInstance> DisassemblerInstances;
373 typedef PluginInstances<DynamicLoaderInstance> DynamicLoaderInstances;
406 typedef PluginInstances<JITLoaderInstance> JITLoaderInstances;
434 typedef PluginInstances<EmulateInstructionInstance> EmulateInstructionInstances;
467 typedef PluginInstances<OperatingSystemInstance> OperatingSystemInstances;
500 typedef PluginInstances<LanguageInstance> LanguageInstances;
541 typedef PluginInstances<LanguageRuntimeInstance> LanguageRuntimeInstances;
587 typedef PluginInstances<SystemRuntimeInstance> SystemRuntimeInstances;
[all …]