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

Overridden By

tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
   39   const char *GetDescription() override {
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
   39   const char *GetDescription() override {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
   46   const char *GetDescription() override {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
   47   const char *GetDescription() override { return GetDescriptionStatic(); }
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
   47   const char *GetDescription() override { return GetDescriptionStatic(); }
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
   41   const char *GetDescription() override { return GetDescriptionStatic(); }
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
   39   const char *GetDescription() override { return GetDescriptionStatic(); }
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
   39   const char *GetDescription() override {
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
   39   const char *GetDescription() override {
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.h
   44   const char *GetDescription() override {
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
   82 const char *PlatformRemoteGDBServer::GetDescription() {

References

tools/lldb/source/API/SBDebugger.cpp
 1085         desc_str, llvm::StringRef(host_platform_sp->GetDescription()));
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  220                  host_platform_sp->GetDescription());