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

Declarations

tools/lldb/include/lldb/Target/Platform.h
  449   const ArchSpec &GetSystemArchitecture();

References

tools/lldb/source/API/SBPlatform.cpp
  372     ArchSpec arch(platform_sp->GetSystemArchitecture());
tools/lldb/source/Interpreter/CommandOptionValidators.cpp
   20       platform.GetSystemArchitecture().GetTriple().getOS();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  530   ArchSpec system_arch(GetSystemArchitecture());
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
  139   ArchSpec system_arch(GetSystemArchitecture());
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
  142   ArchSpec system_arch(GetSystemArchitecture());
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
  153   ArchSpec system_arch(GetSystemArchitecture());
tools/lldb/source/Target/Platform.cpp
  405   ArchSpec arch(GetSystemArchitecture());