Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Host/
DHost.h170eSystemDefaultArchitecture64 // If this host supports 64 bit programs, return the default 64 bi… enumerator
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp623 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64)); in GetSupportedArchitectureAtIndex()
/external/lldb/source/Core/
DArchSpec.cpp558 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture64); in SetTriple()
589 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture64); in SetTriple()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp711 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64)); in x86GetSupportedArchitectureAtIndex()
/external/lldb/source/Host/common/
DHost.cpp395 else if (arch_kind == eSystemDefaultArchitecture64) in GetArchitecture()