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

References

tools/lld/ELF/ICF.cpp
  259     if (!da || !db || da->scriptDefined || db->scriptDefined)
  259     if (!da || !db || da->scriptDefined || db->scriptDefined)
  264     if (!da->section && !db->section && da->value + addA == db->value + addB)
  264     if (!da->section && !db->section && da->value + addA == db->value + addB)
  266     if (!da->section || !db->section)
  269     if (da->section->kind() != db->section->kind())
  274     if (isa<InputSection>(da->section)) {
  275       if (da->value + addA == db->value + addB)
  282     auto *x = dyn_cast<MergeInputSection>(da->section);
  290         sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA;