Home | History | Annotate | Download | only in Writer

Lines Matching defs:Arch

1556   Triple::ArchType Arch = TT.getArch();
1557 if (Arch == Triple::x86_64)
1559 else if (Arch == Triple::x86)
1561 else if (Arch == Triple::ppc)
1563 else if (Arch == Triple::ppc64)
1565 else if (Arch == Triple::arm || Arch == Triple::thumb)