Home
last modified time | relevance | path

Searched refs:eSystemDefaultArchitecture32 (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/Host/
DHost.h169eSystemDefaultArchitecture32, // If this host supports 32 bit programs, return the default 32 bi… enumerator
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformiOSSimulator.cpp411 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.cpp717 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in x86GetSupportedArchitectureAtIndex()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp350 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in GetSupportedArchitectureAtIndex()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp629 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in GetSupportedArchitectureAtIndex()
/external/lldb/source/Core/
DArchSpec.cpp556 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in SetTriple()
587 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in SetTriple()
/external/lldb/source/Host/common/
DHost.cpp393 if (arch_kind == eSystemDefaultArchitecture32) in GetArchitecture()