Searched refs:variableEq (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ICF.cpp | 112 bool variableEq(const InputSection *a, ArrayRef<RelTy> relsA, 334 bool ICF<ELFT>::variableEq(const InputSection *secA, ArrayRef<RelTy> ra, in variableEq() function in ICF 373 return variableEq(a, a->template relas<ELFT>(), b, in equalsVariable() 375 return variableEq(a, a->template rels<ELFT>(), b, b->template rels<ELFT>()); in equalsVariable()
|