reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/ELFObjectFile.cpp
  151   if (PlatformFlags & ELF::EF_MIPS_MICROMIPS)
lib/ObjectYAML/ELFYAML.cpp
  303     BCase(EF_MIPS_MICROMIPS);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  997   Flags |= ELF::EF_MIPS_MICROMIPS;
tools/lld/ELF/Arch/MipsArchTree.cpp
   74     if (config->is64 && f.flags & EF_MIPS_MICROMIPS)
   99             EF_MIPS_MICROMIPS | EF_MIPS_NAN2008 | EF_MIPS_32BITMODE);
  384 bool isMicroMips() { return config->eflags & EF_MIPS_MICROMIPS; }
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1341     case llvm::ELF::EF_MIPS_MICROMIPS:
tools/llvm-readobj/ELFDumper.cpp
 1325   ENUM_ENT(EF_MIPS_MICROMIPS, "micromips"),