Searched refs:constantEq (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | ICF.cpp | 108 bool constantEq(const InputSection *a, ArrayRef<RelTy> relsA, 240 bool ICF<ELFT>::constantEq(const InputSection *secA, ArrayRef<RelTy> ra, in constantEq() function in ICF 325 return constantEq(a, a->template relas<ELFT>(), b, in equalsConstant() 327 return constantEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>()); in equalsConstant()
|