Home
last modified time | relevance | path

Searched refs:PlatformFlags (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DELFObjectFile.cpp62 unsigned PlatformFlags; in getFeatures() local
63 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp79 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures() local
81 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() local
245 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()