Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DELFObjectFile.cpp102 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures() local
104 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getMIPSFeatures()
141 switch (PlatformFlags & ELF::EF_MIPS_MACH) { in getMIPSFeatures()
152 if (PlatformFlags & ELF::EF_MIPS_ARCH_ASE_M16) in getMIPSFeatures()
154 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()
292 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures() local
294 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()