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

Overrides

tools/lldb/include/lldb/Core/PluginInterface.h
   18   virtual ~PluginInterface() {}

Overridden By

tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  126 PlatformFreeBSD::~PlatformFreeBSD() = default;
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  125 PlatformLinux::~PlatformLinux() = default;
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
   58 PlatformDarwin::~PlatformDarwin() {}
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  118 PlatformNetBSD::~PlatformNetBSD() = default;
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  124 PlatformOpenBSD::~PlatformOpenBSD() = default;

Declarations

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
   22   ~PlatformPOSIX() override;