Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp99 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures() local
101 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getMIPSFeatures()
138 switch (PlatformFlags & ELF::EF_MIPS_MACH) { in getMIPSFeatures()
149 if (PlatformFlags & ELF::EF_MIPS_ARCH_ASE_M16) in getMIPSFeatures()
151 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()
280 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures() local
282 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()