Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:Arch

1662   Triple::ArchType Arch = TT.getArch();
1663 if (Arch == Triple::x86_64)
1665 else if (Arch == Triple::x86)
1667 else if (Arch == Triple::ppc)
1669 else if (Arch == Triple::ppc64)
1671 else if (Arch == Triple::arm || Arch == Triple::thumb)