Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DHostInfoBase.h54 eArchKind64 // If this host supports 64 bit programs, return the default 64 enumerator
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp102 if (arch_kind == eArchKind64) in GetArchitecture()
114 .Case(LLDB_ARCH_DEFAULT_64BIT, eArchKind64) in ParseArchitectureKind()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp40 AddArch(HostInfo::GetArchitecture(HostInfo::eArchKind64)); in SupportedArchList()
/external/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp122 HostInfo::GetArchitecture(HostInfo::eArchKind64); in GetNetBSDProcessCPUType()
/external/llvm-project/lldb/source/Host/linux/
DHost.cpp139 return HostInfo::GetArchitecture(HostInfo::eArchKind64); in GetELFProcessCPUType()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp545 HostInfo::GetArchitecture(HostInfo::eArchKind64)); in x86GetSupportedArchitectureAtIndex()