HomeSort by relevance Sort by last modified time
    Searched refs:eSystemDefaultArchitecture64 (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Host/
Host.h 170 eSystemDefaultArchitecture64 // If this host supports 64 bit programs, return the default 64 bit arch
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 623 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64));
  /external/lldb/source/Core/
ArchSpec.cpp 558 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture64);
589 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture64);
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 711 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64));
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 395 else if (arch_kind == eSystemDefaultArchitecture64)
    [all...]

Completed in 90 milliseconds