Searched refs:EF_MIPS_ARCH_32R6 (Results 1 – 8 of 8) sorted by relevance
250 case EF_MIPS_ARCH_32R6: in getArchName()388 return arch == EF_MIPS_ARCH_32R6 || arch == EF_MIPS_ARCH_64R6; in isMipsR6()
132 case ELF::EF_MIPS_ARCH_32R6: in getMIPSFeatures()
567 EF_MIPS_ARCH_32R6 = 0x90000000, // mips32r6 enumerator
857 EFlags |= ELF::EF_MIPS_ARCH_32R6; in MipsTargetELFStreamer()
998 if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_32R6 || in createStubFunction()
477 BCaseMask(EF_MIPS_ARCH_32R6, EF_MIPS_ARCH); in bitset()
282 case llvm::ELF::EF_MIPS_ARCH_32R6: in mipsVariantFromElfFlags()
1574 ENUM_ENT(EF_MIPS_ARCH_32R6, "mips32r6"),