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

Declarations

tools/lld/ELF/Writer.h
   63 bool isMipsR6();

References

tools/lld/ELF/Arch/Mips.cpp
  254     write16(buf, isMipsR6() ? 0x7860 : 0x7980);  // addiupc v1, (GOTPLT) - .
  261     if (isMipsR6()) {
  316     if (isMipsR6()) {
  333   uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009)
tools/lld/ELF/Thunks.cpp
  891   if ((s.stOther & STO_MIPS_MICROMIPS) && isMipsR6())