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

References

lib/ObjectYAML/ELFYAML.cpp
  302     BCase(EF_MIPS_NAN2008);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  876     EFlags |= ELF::EF_MIPS_NAN2008;
 1083   Flags |= ELF::EF_MIPS_NAN2008;
 1090   Flags &= ~ELF::EF_MIPS_NAN2008;
tools/lld/ELF/Arch/MipsArchTree.cpp
   70   bool nan = files[0].flags & EF_MIPS_NAN2008;
   82     bool nan2 = f.flags & EF_MIPS_NAN2008;
   99             EF_MIPS_MICROMIPS | EF_MIPS_NAN2008 | EF_MIPS_32BITMODE);
tools/llvm-readobj/ELFDumper.cpp
 1302   ENUM_ENT(EF_MIPS_NAN2008, "nan2008"),