Searched refs:eSystemDefaultArchitecture64 (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Host/
H A DHost.h170 eSystemDefaultArchitecture64 // If this host supports 64 bit programs, return the default 64 bit arch enumerator in enum:lldb_private::Host::SystemDefaultArchitecture
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp623 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64));
/external/lldb/source/Core/
H A DArchSpec.cpp558 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture64);
589 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture64);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp711 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64));
/external/lldb/source/Host/common/
H A DHost.cpp395 else if (arch_kind == eSystemDefaultArchitecture64)

Completed in 951 milliseconds