Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2057 assert(pageStarts.size() > 0 && "SegmentInfo for segment with no fixups?"); in getSize()
2059 pageStarts.back().first * sizeof(uint16_t)); in getSize()
2070 segInfo->page_count = pageStarts.back().first + 1; in writeTo()
2076 for (auto [pageIdx, startAddr] : pageStarts) in writeTo()
2201 fixupSegments.back().pageStarts.emplace_back( in finalizeContents()
H A DSyntheticSections.h758 llvm::SmallVector<std::pair<uint16_t, uint16_t>> pageStarts; member