Searched refs:PlatformFlags (Results 1 – 2 of 2) sorted by relevance
62 unsigned PlatformFlags; in getFeatures() local63 getPlatformFlags(PlatformFlags); in getFeatures()65 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getFeatures()102 switch (PlatformFlags & ELF::EF_MIPS_MACH) { in getFeatures()113 if (PlatformFlags & ELF::EF_MIPS_ARCH_ASE_M16) in getFeatures()115 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getFeatures()
79 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures() local81 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getMIPSFeatures()118 switch (PlatformFlags & ELF::EF_MIPS_MACH) { in getMIPSFeatures()129 if (PlatformFlags & ELF::EF_MIPS_ARCH_ASE_M16) in getMIPSFeatures()131 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()243 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures() local245 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()