Searched refs:Arch (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc44 std::string Arch = ArchSplit.first;
46 std::string Triple(Arch);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1652 Triple::ArchType Arch = TT.getArch(); local
1653 if (Arch == Triple::x86_64)
1655 else if (Arch == Triple::x86)
1657 else if (Arch == Triple::ppc)
1659 else if (Arch == Triple::ppc64)
1661 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1669 Triple::ArchType Arch = TT.getArch(); local
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)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1827 Triple::ArchType Arch = TT.getArch(); local
1828 if (Arch == Triple::x86_64)
1830 else if (Arch == Triple::x86)
1832 else if (Arch == Triple::ppc)
1834 else if (Arch == Triple::ppc64)
1836 else if (Arch == Triple::arm || Arch == Triple::thumb)

Completed in 278 milliseconds