Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:Arch

1669   Triple::ArchType Arch = TT.getArch();
1670 if (Arch == Triple::x86_64)
1672 else if (Arch == Triple::x86)
1674 else if (Arch == Triple::ppc)
1676 else if (Arch == Triple::ppc64)
1678 else if (Arch == Triple::arm || Arch == Triple::thumb)