Searched refs:fixupSegments (Results 1 – 2 of 2) sorted by relevance
2425 for (const SegmentInfo &seg : fixupSegments) { in writeTo()2492 fixupSegments.emplace_back(firstLoc.isec->parent->parent); in finalizeContents()2495 fixupSegments.back().pageStarts.emplace_back( in finalizeContents()2508 for (const SegmentInfo &seg : fixupSegments) in finalizeContents()
826 llvm::SmallVector<SegmentInfo, 4> fixupSegments; variable