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() {}
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   50 PlatformPOSIX::~PlatformPOSIX() {}

Overridden By

tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  154 PlatformMacOSX::~PlatformMacOSX() {}
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
   49 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() {}

Declarations

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
   26   ~PlatformDarwin() override;