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

References

tools/lld/COFF/ICF.cpp
  144   if (a->relocsSize != b->relocsSize)
  154     Symbol *b2 = b->file->getSymbol(r2.SymbolTableIndex);
  164                   b->getRelocs().begin(), eq))
  168   return a->getOutputCharacteristics() == b->getOutputCharacteristics() &&
  169          a->getSectionName() == b->getSectionName() &&
  170          a->header->SizeOfRawData == b->header->SizeOfRawData &&
  171          a->checksum == b->checksum && a->getContents() == b->getContents() &&
  171          a->checksum == b->checksum && a->getContents() == b->getContents() &&
  172          assocEquals(a, b);