Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DICF.cpp120 InputSection *isecA, *isecB; in equalsConstant() local
142 isecB = db->isec(); in equalsConstant()
146 isecB = rb.referent.get<InputSection *>(); in equalsConstant()
149 if (isecA->parent != isecB->parent) in equalsConstant()
152 assert(isecA->kind() == isecB->kind()); in equalsConstant()
162 return isecA->getOffset(valueA) == isecB->getOffset(valueB) && in equalsConstant()
167 return isecA->getOffset(ra.addend) == isecB->getOffset(rb.addend); in equalsConstant()
185 const ConcatInputSection *isecA, *isecB; in equalsVariable() local
197 isecB = cast<ConcatInputSection>(db->isec()); in equalsVariable()
204 isecB = cast<ConcatInputSection>(sb); in equalsVariable()
[all …]