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

References

tools/lld/ELF/Arch/PPC64.cpp
  111   if (tocSec->numRelocations == 0)
tools/lld/ELF/ICF.cpp
  304   if (a->numRelocations != b->numRelocations || a->flags != b->flags ||
  304   if (a->numRelocations != b->numRelocations || a->flags != b->flags ||
tools/lld/ELF/InputFiles.cpp
  872       target->numRelocations = rels.size();
  877       target->numRelocations = rels.size();
  880     assert(isUInt<31>(target->numRelocations));
tools/lld/ELF/InputSection.cpp
   71   numRelocations = 0;
tools/lld/ELF/InputSection.h
  149         numRelocations);
  156         numRelocations);
tools/lld/ELF/MarkLive.cpp
  248       if (!eh->numRelocations)