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

/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc43 std::string Arch = ArchSplit.first;
45 std::string Triple(Arch);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1676 Triple::ArchType Arch = TT.getArch(); local
1677 if (Arch == Triple::x86_64)
1679 else if (Arch == Triple::x86)
1681 else if (Arch == Triple::ppc)
1683 else if (Arch == Triple::ppc64)
1685 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1738 Triple::ArchType Arch = TT.getArch(); local
1739 if (Arch == Triple::x86_64)
1741 else if (Arch == Triple::x86)
1743 else if (Arch == Triple::ppc)
1745 else if (Arch == Triple::ppc64)
1747 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1820 Triple::ArchType Arch = TT.getArch(); local
1821 if (Arch == Triple::x86_64)
1823 else if (Arch == Triple::x86)
1825 else if (Arch == Triple::ppc)
1827 else if (Arch == Triple::ppc64)
1829 else if (Arch == Triple::arm || Arch == Triple::thumb)

Completed in 100 milliseconds