Searched refs:hostArch (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp133 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); local
134 if (hostArch.GetTriple().isOSFreeBSD()) {
136 arch = hostArch;
141 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp125 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); local
126 if (hostArch.GetTriple().isOSNetBSD()) {
128 arch = hostArch;
133 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp131 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); local
132 if (hostArch.GetTriple().isOSOpenBSD()) {
134 arch = hostArch;

Completed in 103 milliseconds