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

/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc43 std::string Arch = ArchSplit.first;
45 std::string Triple(Arch);
/frameworks/rs/rsov/compiler/
H A DRemoveNonkernelsPass.cpp38 auto Arch = TT.getArch(); local
41 switch (Arch) {
/frameworks/native/cmds/lshal/
H A DListCommand.cpp344 vintf::Arch arch;
347 arch = vintf::Arch::ARCH_EMPTY;
352 arch = vintf::Arch::ARCH_32; break;
354 arch = vintf::Arch::ARCH_64; break;
356 arch = vintf::Arch::ARCH_32_64; break;
361 arch = vintf::Arch::ARCH_32_64;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1675 Triple::ArchType Arch = TT.getArch(); local
1676 if (Arch == Triple::x86_64)
1678 else if (Arch == Triple::x86)
1680 else if (Arch == Triple::ppc)
1682 else if (Arch == Triple::ppc64)
1684 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1739 Triple::ArchType Arch = TT.getArch(); local
1740 if (Arch == Triple::x86_64)
1742 else if (Arch == Triple::x86)
1744 else if (Arch == Triple::ppc)
1746 else if (Arch == Triple::ppc64)
1748 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1813 Triple::ArchType Arch = TT.getArch(); local
1814 if (Arch == Triple::x86_64)
1816 else if (Arch == Triple::x86)
1818 else if (Arch == Triple::ppc)
1820 else if (Arch == Triple::ppc64)
1822 else if (Arch == Triple::arm || Arch == Triple::thumb)

Completed in 92 milliseconds