Lines Matching defs:Archs
130 std::array<Triple::ArchType, 4> Archs = {Triple::mipsel, Triple::mips,
133 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
154 std::array<Triple::ArchType, 4> Archs = {Triple::aarch64, Triple::aarch64_be,
157 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
163 std::array<Triple::ArchType, 4> Archs = {Triple::ppc64le, Triple::ppc64,
166 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
172 std::array<Triple::ArchType, 4> Archs = {Triple::ppcle, Triple::ppc,
175 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
181 std::array<Triple::ArchType, 4> Archs = {Triple::riscv32, Triple::riscv32,
184 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
211 std::array<Triple::ArchType, 4> Archs = {Triple::sparcel, Triple::sparc,
214 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
220 std::array<Triple::ArchType, 4> Archs = {Triple::sparcel, Triple::sparc,
223 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
229 std::array<Triple::ArchType, 4> Archs = {Triple::bpfel, Triple::bpfeb,
232 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);
266 std::array<Triple::ArchType, 4> Archs = {
270 checkFormatAndArch(Data, Formats[Idx], Archs[Idx]);