Lines Matching defs:isecB
120 InputSection *isecA, *isecB;
142 isecB = db->isec();
146 isecB = rb.referent.get<InputSection *>();
149 if (isecA->parent != isecB->parent)
152 assert(isecA->kind() == isecB->kind());
162 return isecA->getOffset(valueA) == isecB->getOffset(valueB) &&
167 return isecA->getOffset(ra.addend) == isecB->getOffset(rb.addend);
185 const ConcatInputSection *isecA, *isecB;
197 isecB = cast<ConcatInputSection>(db->isec());
204 isecB = cast<ConcatInputSection>(sb);
206 return isecA->icfEqClass[icfPass % 2] == isecB->icfEqClass[icfPass % 2];