Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h329 struct PageBlock { struct
332 PageBlock() : firstIndex(0), count(0) {} in PageBlock() argument
338 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
H A DSyntheticSections.cpp819 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()
969 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
1020 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
1113 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in build()
1171 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in writeTo()