Lines Matching refs:RelTy
105 template <class RelTy>
106 bool constantEq(const InputSection *a, ArrayRef<RelTy> relsA,
107 const InputSection *b, ArrayRef<RelTy> relsB);
109 template <class RelTy>
110 bool variableEq(const InputSection *a, ArrayRef<RelTy> relsA,
111 const InputSection *b, ArrayRef<RelTy> relsB);
237 template <class RelTy>
238 bool ICF<ELFT>::constantEq(const InputSection *secA, ArrayRef<RelTy> ra, in constantEq()
239 const InputSection *secB, ArrayRef<RelTy> rb) { in constantEq()
334 template <class RelTy>
335 bool ICF<ELFT>::variableEq(const InputSection *secA, ArrayRef<RelTy> ra, in variableEq()
336 const InputSection *secB, ArrayRef<RelTy> rb) { in variableEq()
440 template <class ELFT, class RelTy>
442 ArrayRef<RelTy> rels) { in combineRelocHashes()
444 for (RelTy rel : rels) { in combineRelocHashes()