Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h58 eArchKind32, // If this host supports 32 bit programs, return the default 32 enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp100 if (arch_kind == eArchKind32) in GetArchitecture()
113 .Case(LLDB_ARCH_DEFAULT_32BIT, eArchKind32) in ParseArchitectureKind()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp143 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32); in GetSupportedArchitectureAtIndex()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp132 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32); in GetSupportedArchitectureAtIndex()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp118 HostInfo::GetArchitecture(HostInfo::eArchKind32); in GetNetBSDProcessCPUType()