Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:Arch

166   Triple::ArchType Arch;
169 if (Arch == Triple::aarch64)
171 if (Arch == Triple::arm || Arch == Triple::thumb)
173 else if (Arch == Triple::mipsel || Arch == Triple::mips)
175 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le)
177 else if (Arch == Triple::x86_64)
179 else if (Arch == Triple::systemz)
186 if (Arch == Triple::systemz)