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

Overridden By

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1590 llvm::VersionTuple PlatformDarwin::GetOSVersion(Process *process) {

Declarations

tools/lldb/include/lldb/Target/Platform.h
  210   virtual llvm::VersionTuple GetOSVersion(Process *process = nullptr);

References

tools/lldb/source/API/SBPlatform.cpp
  430     version = platform_sp->GetOSVersion();
  439     version = platform_sp->GetOSVersion();
  448     version = platform_sp->GetOSVersion();
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
  135     if (!m_os_version.empty() && m_os_version != platform_sp->GetOSVersion())
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  493   unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1618   return Platform::GetOSVersion(process);
tools/lldb/source/Target/Platform.cpp
  414   llvm::VersionTuple os_version = GetOSVersion();
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  174     m_os_version = m_remote_platform_sp->GetOSVersion();