Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp103 unsigned PlatformFlags = getPlatformFlags(); in getMIPSFeatures() local
105 switch (PlatformFlags & ELF::EF_MIPS_ARCH) { in getMIPSFeatures()
142 switch (PlatformFlags & ELF::EF_MIPS_MACH) { in getMIPSFeatures()
153 if (PlatformFlags & ELF::EF_MIPS_ARCH_ASE_M16) in getMIPSFeatures()
155 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()
368 unsigned PlatformFlags = getPlatformFlags(); in getRISCVFeatures() local
370 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()