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

References

lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  536     return needsRelocateWithSymbol(Sym, Type & 0xff) ||
  537            needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) ||
  538            needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff);
  571     if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS)
  582     if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS)