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

References

tools/lldb/include/lldb/Target/Platform.h
  446     return IsHost();
  453     if (IsHost())
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  151   return GetPluginNameStatic(IsHost());
  157   if (IsHost()) {
  189   if (IsHost() || !m_remote_platform_sp)
  232   if (IsHost() || !m_remote_platform_sp)
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
   92   return GetPluginNameStatic(IsHost());
  130   if (IsHost()) {
  201   if (IsHost()) {
  249   if (IsHost()) {
  264   if (IsHost()) {
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
   40     return GetPluginDescriptionStatic(IsHost());
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
   91   return GetPluginNameStatic(IsHost());
  129   if (IsHost()) {
  206   if (IsHost()) {
  255   if (IsHost()) {
  275   if (!IsHost())
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
   40     return GetPluginDescriptionStatic(IsHost());
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  220             (IsHost() ? "host" : "remote"),
  236   if (!IsHost()) {
  254                     (IsHost() ? "host" : "remote"),
  285                       (IsHost() ? "host" : "remote"),
  300                   (IsHost() ? "host" : "remote"),
  308                 (IsHost() ? "host" : "remote"),
  317                   (IsHost() ? "host" : "remote"),
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
   34     return GetPluginNameStatic(IsHost());
   47     return GetDescriptionStatic(IsHost());
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
   84   return GetPluginNameStatic(IsHost());
  122   if (IsHost()) {
  175   if (IsHost()) {
  224   if (IsHost()) {
  244   if (!IsHost())
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
   40     return GetPluginDescriptionStatic(IsHost());
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
   90   return GetPluginNameStatic(IsHost());
  128   if (IsHost()) {
  180   if (IsHost()) {
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
   40     return GetPluginDescriptionStatic(IsHost());
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   77   if (IsHost()) {
  237   if (IsHost()) {
  309   if (IsHost()) {
  445   if (IsHost()) {
  489   if (IsHost()) {
  508   if (IsHost()) {
  564   if (IsHost()) {
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  120   return GetPluginNameStatic(IsHost());
  168   if (IsHost()) {
  265   if (IsHost()) {
  296   if (IsHost()) {
  361   if (!IsHost()) {
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.h
   45     return GetPluginDescriptionStatic(IsHost());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  846       } else if (platform_sp && platform_sp->IsHost()) {
 3422   if (platform_sp && !platform_sp->IsHost())
tools/lldb/source/Target/Platform.cpp
  219   if (IsHost())
  427   if (IsHost()) {
  451   if (IsHost()) {
  493   if (IsHost())
  504   if (IsHost())
  524   if (IsHost()) {
  746   if (IsHost()) {
  762   if (IsHost())
  775   if (IsHost()) {
  791   if (IsHost()) {
  806   if (IsHost())
  827   if (IsHost()) {
  899   if (IsHost()) {
  962   if (IsHost())
  975   if (IsHost())
  990   if (IsHost())
 1000   if (IsHost())
 1012   if (IsHost()) {
 1056   if (IsHost())
 1078   if (!IsHost()) {
 1324   if (IsHost())
 1333   if (!IsHost())
 1594   if (IsHost() || !GetGlobalPlatformProperties()->GetUseModuleCache() ||
 1692   if (IsHost())
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   31   if (IsHost())
   66   if (IsHost())
   74   if (IsHost())
   84   if (IsHost())
   94   if (IsHost())
  102   if (IsHost()) {
  115   if (IsHost())
  123   if (IsHost())
  131   if (IsHost())
  140   if (IsHost())
  201   if (IsHost())
  209   if (IsHost())
  226   if (IsHost())
  235   if (IsHost())
  245   if (IsHost())
  267   if (IsHost()) {
  279   if (IsHost())
tools/lldb/source/Target/Target.cpp
 3081       m_platform_sp ? m_platform_sp->IsHost() : false;
 3086       platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a",