Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h336 struct PageBlock { struct
337 size_t firstIndex;
338 size_t count;
339 PageBlock() : firstIndex(0), count(0) {} in PageBlock() function