Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp123 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local
124 if (hostArch.GetTriple().isOSNetBSD()) { in GetSupportedArchitectureAtIndex()
126 arch = hostArch; in GetSupportedArchitectureAtIndex()
131 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) { in GetSupportedArchitectureAtIndex()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp134 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local
135 if (hostArch.GetTriple().isOSFreeBSD()) { in GetSupportedArchitectureAtIndex()
137 arch = hostArch; in GetSupportedArchitectureAtIndex()
142 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) { in GetSupportedArchitectureAtIndex()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp130 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local
131 if (hostArch.GetTriple().isOSLinux()) { in GetSupportedArchitectureAtIndex()
133 arch = hostArch; in GetSupportedArchitectureAtIndex()
138 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) { in GetSupportedArchitectureAtIndex()
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp129 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local
130 if (hostArch.GetTriple().isOSOpenBSD()) { in GetSupportedArchitectureAtIndex()
132 arch = hostArch; in GetSupportedArchitectureAtIndex()