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

Declarations

tools/lldb/include/lldb/Target/Platform.h
   94   static lldb::PlatformSP GetHostPlatform();

References

tools/lldb/source/API/SBDebugger.cpp
 1081     PlatformSP host_platform_sp(Platform::GetHostPlatform());
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  218     PlatformSP host_platform_sp(Platform::GetHostPlatform());
tools/lldb/source/Core/Debugger.cpp
  723   PlatformSP default_platform_sp(Platform::GetHostPlatform());
tools/lldb/source/Target/Platform.cpp
  272       return GetHostPlatform();
  289       return GetHostPlatform();
tools/lldb/source/Target/TargetList.cpp
  177           PlatformSP host_platform_sp = Platform::GetHostPlatform();
  309   PlatformSP host_platform_sp(Platform::GetHostPlatform());