reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/include/lldb/Core/Architecture.h
   16 class Architecture : public PluginInterface {
tools/lldb/include/lldb/Core/Disassembler.h
  350 class Disassembler : public std::enable_shared_from_this<Disassembler>,
tools/lldb/include/lldb/Core/EmulateInstruction.h
   93 class EmulateInstruction : public PluginInterface {
tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
   35 class ScriptInterpreter : public PluginInterface {
tools/lldb/include/lldb/Symbol/ObjectContainer.h
   30 class ObjectContainer : public PluginInterface, public ModuleChild {
tools/lldb/include/lldb/Symbol/ObjectFile.h
   58 class ObjectFile : public std::enable_shared_from_this<ObjectFile>,
tools/lldb/include/lldb/Symbol/SymbolFile.h
   35 class SymbolFile : public PluginInterface {
tools/lldb/include/lldb/Symbol/SymbolVendor.h
   30 class SymbolVendor : public ModuleChild, public PluginInterface {
tools/lldb/include/lldb/Symbol/TypeSystem.h
   53 class TypeSystem : public PluginInterface {
tools/lldb/include/lldb/Target/ABI.h
   26 class ABI : public PluginInterface {
tools/lldb/include/lldb/Target/DynamicLoader.h
   52 class DynamicLoader : public PluginInterface {
tools/lldb/include/lldb/Target/InstrumentationRuntime.h
   27 class InstrumentationRuntime
tools/lldb/include/lldb/Target/JITLoader.h
   27 class JITLoader : public PluginInterface {
tools/lldb/include/lldb/Target/Language.h
   29 class Language : public PluginInterface {
tools/lldb/include/lldb/Target/LanguageRuntime.h
   61 class LanguageRuntime : public PluginInterface {
tools/lldb/include/lldb/Target/MemoryHistory.h
   23 class MemoryHistory : public std::enable_shared_from_this<MemoryHistory>,
tools/lldb/include/lldb/Target/OperatingSystem.h
   28 class OperatingSystem : public PluginInterface {
tools/lldb/include/lldb/Target/Platform.h
   68 class Platform : public PluginInterface {
tools/lldb/include/lldb/Target/Process.h
  354 class Process : public std::enable_shared_from_this<Process>,
tools/lldb/include/lldb/Target/StructuredDataPlugin.h
   40 class StructuredDataPlugin
tools/lldb/include/lldb/Target/SystemRuntime.h
   42 class SystemRuntime : public PluginInterface {
tools/lldb/include/lldb/Target/UnwindAssembly.h
   18 class UnwindAssembly : public std::enable_shared_from_this<UnwindAssembly>,

References

tools/lldb/include/lldb/Core/Architecture.h
   16 class Architecture : public PluginInterface {
tools/lldb/include/lldb/Core/Disassembler.h
  351                      public PluginInterface {
tools/lldb/include/lldb/Core/EmulateInstruction.h
   93 class EmulateInstruction : public PluginInterface {
tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
   35 class ScriptInterpreter : public PluginInterface {
tools/lldb/include/lldb/Symbol/ObjectContainer.h
   30 class ObjectContainer : public PluginInterface, public ModuleChild {
tools/lldb/include/lldb/Symbol/ObjectFile.h
   59                    public PluginInterface,
tools/lldb/include/lldb/Symbol/SymbolFile.h
   35 class SymbolFile : public PluginInterface {
tools/lldb/include/lldb/Symbol/SymbolVendor.h
   30 class SymbolVendor : public ModuleChild, public PluginInterface {
tools/lldb/include/lldb/Symbol/TypeSystem.h
   53 class TypeSystem : public PluginInterface {
tools/lldb/include/lldb/Target/ABI.h
   26 class ABI : public PluginInterface {
tools/lldb/include/lldb/Target/DynamicLoader.h
   52 class DynamicLoader : public PluginInterface {
tools/lldb/include/lldb/Target/InstrumentationRuntime.h
   29       public PluginInterface {
tools/lldb/include/lldb/Target/JITLoader.h
   27 class JITLoader : public PluginInterface {
tools/lldb/include/lldb/Target/Language.h
   29 class Language : public PluginInterface {
tools/lldb/include/lldb/Target/LanguageRuntime.h
   61 class LanguageRuntime : public PluginInterface {
tools/lldb/include/lldb/Target/MemoryHistory.h
   24                       public PluginInterface {
tools/lldb/include/lldb/Target/OperatingSystem.h
   28 class OperatingSystem : public PluginInterface {
tools/lldb/include/lldb/Target/Platform.h
   68 class Platform : public PluginInterface {
tools/lldb/include/lldb/Target/Process.h
  359                 public PluginInterface {
tools/lldb/include/lldb/Target/StructuredDataPlugin.h
   41     : public PluginInterface,
tools/lldb/include/lldb/Target/SystemRuntime.h
   42 class SystemRuntime : public PluginInterface {
tools/lldb/include/lldb/Target/UnwindAssembly.h
   19                        public PluginInterface {