Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp115 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in PlatformLinux() local
116 m_supported_architectures.push_back(hostArch); in PlatformLinux()
117 if (hostArch.GetTriple().isArch64Bit()) { in PlatformLinux()