Home
last modified time | relevance | path

Searched refs:hostArch (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp117 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformFreeBSD() local
118 m_supported_architectures.push_back(hostArch); in PlatformFreeBSD()
119 if (hostArch.GetTriple().isArch64Bit()) { in PlatformFreeBSD()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp106 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformNetBSD() local
107 m_supported_architectures.push_back(hostArch); in PlatformNetBSD()
108 if (hostArch.GetTriple().isArch64Bit()) { in PlatformNetBSD()