Searched refs:variableEq (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ICF.cpp | 109 bool variableEq(const InputSection *A, ArrayRef<RelTy> RelsA, 324 bool ICF<ELFT>::variableEq(const InputSection *SecA, ArrayRef<RelTy> RA, in variableEq() function in ICF 363 return variableEq(A, A->template relas<ELFT>(), B, in equalsVariable() 365 return variableEq(A, A->template rels<ELFT>(), B, B->template rels<ELFT>()); in equalsVariable()
|