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

Declarations

tools/lld/ELF/ICF.cpp
  106   bool constantEq(const InputSection *a, ArrayRef<RelTy> relsA,

References

tools/lld/ELF/ICF.cpp
  314     return constantEq(a, a->template relas<ELFT>(), b,
  316   return constantEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>());