Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp101 if (arch_kind == eArchKind32) in GetArchitecture()
115 .Case(LLDB_ARCH_DEFAULT_32BIT, eArchKind32) in ParseArchitectureKind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h77 eArchKind32, // If this host supports 32 bit programs, return the default 32 enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp120 HostInfo::GetArchitecture(HostInfo::eArchKind32); in GetNetBSDProcessCPUType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp121 HostInfo::GetArchitecture(HostInfo::eArchKind32)); in PlatformFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp110 HostInfo::GetArchitecture(HostInfo::eArchKind32)); in PlatformNetBSD()