Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:Arch

1879   Triple::ArchType Arch = TT.getArch();
1880 if (Arch == Triple::x86_64)
1882 else if (Arch == Triple::x86)
1884 else if (Arch == Triple::ppc)
1886 else if (Arch == Triple::ppc64)
1888 else if (Arch == Triple::arm || Arch == Triple::thumb)