Searched refs:hostArch (Results 1 – 4 of 4) sorted by relevance
123 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local124 if (hostArch.GetTriple().isOSNetBSD()) { in GetSupportedArchitectureAtIndex()126 arch = hostArch; in GetSupportedArchitectureAtIndex()131 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) { in GetSupportedArchitectureAtIndex()
134 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local135 if (hostArch.GetTriple().isOSFreeBSD()) { in GetSupportedArchitectureAtIndex()137 arch = hostArch; in GetSupportedArchitectureAtIndex()142 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) { in GetSupportedArchitectureAtIndex()
130 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local131 if (hostArch.GetTriple().isOSLinux()) { in GetSupportedArchitectureAtIndex()133 arch = hostArch; in GetSupportedArchitectureAtIndex()138 if (hostArch.IsValid() && hostArch.GetTriple().isArch64Bit()) { in GetSupportedArchitectureAtIndex()
129 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in GetSupportedArchitectureAtIndex() local130 if (hostArch.GetTriple().isOSOpenBSD()) { in GetSupportedArchitectureAtIndex()132 arch = hostArch; in GetSupportedArchitectureAtIndex()