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

References

tools/lldb/source/Host/common/HostInfoBase.cpp
   92   if (arch_kind == eArchKind32)
  105       .Case(LLDB_ARCH_DEFAULT_32BIT, eArchKind32)
tools/lldb/source/Host/linux/Host.cpp
  138     return HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  140           arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  139           arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  497       arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
  516         arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  132           arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
   38     AddArch(HostInfo::GetArchitecture(HostInfo::eArchKind32));