Home
last modified time | relevance | path

Searched refs:constantEq (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp106 bool constantEq(const InputSection *a, Relocs<RelTy> relsA,
238 bool ICF<ELFT>::constantEq(const InputSection *secA, Relocs<RelTy> ra, in constantEq() function in ICF
328 return constantEq(a, ra.crels, b, rb.crels); in equalsConstant()
330 ? constantEq(a, ra.rels, b, rb.rels) in equalsConstant()
331 : constantEq(a, ra.relas, b, rb.relas); in equalsConstant()