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

References

lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  535   if (!isUInt<8>(Type))
  536     return needsRelocateWithSymbol(Sym, Type & 0xff) ||
  537            needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) ||
  538            needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff);
  540   switch (Type) {
  542     errs() << Type << "\n";