Home
last modified time | relevance | path

Searched refs:eArchKind64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h79 eArchKind64 // If this host supports 64 bit programs, return the default 64 enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp103 if (arch_kind == eArchKind64) in GetArchitecture()
116 .Case(LLDB_ARCH_DEFAULT_64BIT, eArchKind64) in ParseArchitectureKind()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp124 HostInfo::GetArchitecture(HostInfo::eArchKind64); in GetNetBSDProcessCPUType()