Searched refs:ContentBlocks (Results 1 – 2 of 2) sorted by relevance
198 SegLists.ContentBlocks.push_back(B); in layOutBlocks()216 llvm::sort(SegLists.ContentBlocks, CompareBlocks); in layOutBlocks()227 {std::make_pair(&SL.ContentBlocks, "content block"), in layOutBlocks()252 for (auto *B : SegLists.ContentBlocks) { in allocateSegments()304 for (auto *SIList : {&SL.ContentBlocks, &SL.ZeroFillBlocks}) in allocateSegments()375 for (auto *B : SegLayout.ContentBlocks) { in copyBlockContentToWorkingMemory()
48 BlocksList ContentBlocks; member