Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp74 if (config->is64 && f.flags & EF_MIPS_MICROMIPS) in checkFlags()
99 EF_MIPS_MICROMIPS | EF_MIPS_NAN2008 | EF_MIPS_32BITMODE); in getMiscFlags()
385 bool elf::isMicroMips() { return config->eflags & EF_MIPS_MICROMIPS; } in isMicroMips()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DELFObjectFile.cpp154 if (PlatformFlags & ELF::EF_MIPS_MICROMIPS) in getMIPSFeatures()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h546 EF_MIPS_MICROMIPS = 0x02000000, // microMIPS enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp981 Flags |= ELF::EF_MIPS_MICROMIPS; in setUsesMicroMips()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp418 BCase(EF_MIPS_MICROMIPS); in bitset()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1358 case llvm::ELF::EF_MIPS_MICROMIPS: in GetSectionHeaderInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1434 ENUM_ENT(EF_MIPS_MICROMIPS, "micromips"),