Home
last modified time | relevance | path

Searched refs:Arch (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/cmds/lshal/
DTableEntry.cpp33 static const std::string &getArchString(vintf::Arch arch) { in getArchString()
39 case vintf::Arch::ARCH_64: in getArchString()
41 case vintf::Arch::ARCH_32: in getArchString()
43 case vintf::Arch::ARCH_32_64: in getArchString()
45 case vintf::Arch::ARCH_EMPTY: // fall through in getArchString()
DTableEntry.h86 vintf::Arch arch{vintf::Arch::ARCH_EMPTY};
DListCommand.cpp365 if (interfaceEntry.arch != vintf::Arch::ARCH_EMPTY) { in postprocess()
422 vintf::Arch arch; in addEntryWithInstance()
424 arch = vintf::Arch::ARCH_EMPTY; // no need to specify arch in manifest in addEntryWithInstance()
426 if (entry.arch == vintf::Arch::ARCH_EMPTY) { in addEntryWithInstance()
521 static vintf::Arch fromBaseArchitecture(::android::hidl::base::V1_0::DebugInfo::Architecture a) { in fromBaseArchitecture()
524 return vintf::Arch::ARCH_64; in fromBaseArchitecture()
526 return vintf::Arch::ARCH_32; in fromBaseArchitecture()
529 return vintf::Arch::ARCH_EMPTY; in fromBaseArchitecture()
Dtest.cpp47 using android::vintf::Arch;
417 vintf::TransportArch hwbinder{Transport::HWBINDER, Arch::ARCH_64}; in TEST_F()
418 vintf::TransportArch passthrough{Transport::PASSTHROUGH, Arch::ARCH_32}; in TEST_F()
/frameworks/rs/rsov/compiler/
DRemoveNonkernelsPass.cpp38 auto Arch = TT.getArch(); in HandleTargetTriple() local
41 switch (Arch) { in HandleTargetTriple()
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc43 std::string Arch = ArchSplit.first;
45 std::string Triple(Arch);
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1675 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() local
1676 if (Arch == Triple::x86_64) in EmitDarwinBCHeaderAndTrailer()
1678 else if (Arch == Triple::x86) in EmitDarwinBCHeaderAndTrailer()
1680 else if (Arch == Triple::ppc) in EmitDarwinBCHeaderAndTrailer()
1682 else if (Arch == Triple::ppc64) in EmitDarwinBCHeaderAndTrailer()
1684 else if (Arch == Triple::arm || Arch == Triple::thumb) in EmitDarwinBCHeaderAndTrailer()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1813 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() local
1814 if (Arch == Triple::x86_64) in EmitDarwinBCHeaderAndTrailer()
1816 else if (Arch == Triple::x86) in EmitDarwinBCHeaderAndTrailer()
1818 else if (Arch == Triple::ppc) in EmitDarwinBCHeaderAndTrailer()
1820 else if (Arch == Triple::ppc64) in EmitDarwinBCHeaderAndTrailer()
1822 else if (Arch == Triple::arm || Arch == Triple::thumb) in EmitDarwinBCHeaderAndTrailer()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1739 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() local
1740 if (Arch == Triple::x86_64) in EmitDarwinBCHeaderAndTrailer()
1742 else if (Arch == Triple::x86) in EmitDarwinBCHeaderAndTrailer()
1744 else if (Arch == Triple::ppc) in EmitDarwinBCHeaderAndTrailer()
1746 else if (Arch == Triple::ppc64) in EmitDarwinBCHeaderAndTrailer()
1748 else if (Arch == Triple::arm || Arch == Triple::thumb) in EmitDarwinBCHeaderAndTrailer()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td474 def Arch : Joined<["-"], "march=">,