Home
last modified time | relevance | path

Searched refs:ZeroFillBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp200 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()
H A DJITLinkGeneric.h49 BlocksList ZeroFillBlocks; member