Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h319 struct PageBlock { struct
320 size_t firstIndex;
321 size_t count;
322 PageBlock() : firstIndex(0), count(0) {} in PageBlock() function