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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  960         (AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6)
  981     if ((AbiVariant & ELF::EF_MIPS_ARCH) == ELF::EF_MIPS_ARCH_64R6)
lib/Object/ELFObjectFile.cpp
  131   case ELF::EF_MIPS_ARCH_64R6:
lib/ObjectYAML/ELFYAML.cpp
  338     BCaseMask(EF_MIPS_ARCH_64R6, EF_MIPS_ARCH);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  844     EFlags |= ELF::EF_MIPS_ARCH_64R6;
tools/lld/ELF/Arch/MipsArchTree.cpp
  253   case EF_MIPS_ARCH_64R6:
  388   return arch == EF_MIPS_ARCH_32R6 || arch == EF_MIPS_ARCH_64R6;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  285   case llvm::ELF::EF_MIPS_ARCH_64R6:
tools/llvm-readobj/ELFDumper.cpp
 1338   ENUM_ENT(EF_MIPS_ARCH_64R6, "mips64r6")