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.h319 struct PageBlock { struct
322 PageBlock() : firstIndex(0), count(0) {} in PageBlock() argument
328 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> pagesMap;
H A DSyntheticSections.cpp772 for (const std::pair<const OutputSection *, FileGot::PageBlock> &p : pagesMap) in getPageEntriesNum()
921 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
972 for (std::pair<const OutputSection *, FileGot::PageBlock> &p : in build()
1064 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in build()
1121 for (const std::pair<const OutputSection *, FileGot::PageBlock> &l : in writeTo()