Searched refs:constantEq (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | ICF.cpp | 106 bool constantEq(const InputSection *a, ArrayRef<RelTy> relsA, 238 bool ICF<ELFT>::constantEq(const InputSection *secA, ArrayRef<RelTy> ra, in constantEq() function in ICF 327 ? constantEq(a, ra.rels, b, rb.rels) in equalsConstant() 328 : constantEq(a, ra.relas, b, rb.relas); in equalsConstant()
|