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

References

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 ||
  305       a->getSize() != b->getSize() || a->data() != b->data())
  305       a->getSize() != b->getSize() || a->data() != b->data())
  309   assert(a->getParent() && b->getParent());
  310   if (a->getParent() != b->getParent())
  314     return constantEq(a, a->template relas<ELFT>(), b,
  315                       b->template relas<ELFT>());
  316   return constantEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());
  316   return constantEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());