Searched refs:ZeroFillBlocks (Results 1 – 2 of 2) sorted by relevance
200 SegLists.ZeroFillBlocks.push_back(B); in layOutBlocks()217 llvm::sort(SegLists.ZeroFillBlocks, CompareBlocks); in layOutBlocks()228 std::make_pair(&SL.ZeroFillBlocks, "zero-fill block")}) { in layOutBlocks()261 for (auto *B : SegLists.ZeroFillBlocks) { in allocateSegments()304 for (auto *SIList : {&SL.ContentBlocks, &SL.ZeroFillBlocks}) in allocateSegments()
49 BlocksList ZeroFillBlocks; member