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

References

tools/lld/ELF/Arch/PPC64.cpp
  767   RelType originalType = type;
  768   bool shouldTocOptimize =  isTocOptType(type);
  771   std::tie(type, val) = toAddr16Rel(type, val);
  771   std::tie(type, val) = toAddr16Rel(type, val);
  773   switch (type) {
  775     checkAlignment(loc, val, 4, type);
  870     checkInt(loc, val, 32, type);
  880     checkInt(loc, val, 16, type);
  881     checkAlignment(loc, val, 4, type);
  887     checkInt(loc, val, 26, type);
  888     checkAlignment(loc, val, 4, type);