Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h75 eArchKindDefault, // The overall default architecture that applications will enumerator
84 GetArchitecture(ArchitectureKind arch_kind = eArchKindDefault);
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp108 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetOpenBSDProcessCPUType()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp110 HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetFreeBSDProcessCPUType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp117 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformFreeBSD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp106 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformNetBSD()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp114 .Case(LLDB_ARCH_DEFAULT, eArchKindDefault) in ParseArchitectureKind()