Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h170eSystemDefaultArchitecture32, // If this host supports 32 bit programs, return the default 32 bi… enumerator
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp648 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in GetSupportedArchitectureAtIndex()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp608 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in SetTriple()
639 *this = Host::GetArchitecture (Host::eSystemDefaultArchitecture32); in SetTriple()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp418 if (arch_kind == eSystemDefaultArchitecture32) in GetArchitecture()