Home | History | Annotate | Download | only in MC

Lines Matching defs:Arch

663   Triple::ArchType Arch = T.getArch();
664 // FIXME: Checking for Arch here to filter out bogus triples such as
666 if ((Arch == Triple::x86 || Arch == Triple::x86_64 ||
667 Arch == Triple::arm || Arch == Triple::thumb ||
668 Arch == Triple::ppc || Arch == Triple::ppc64 ||
669 Arch == Triple::UnknownArch) &&
673 } else if ((Arch == Triple::x86 || Arch == Triple::x86_64) &&