Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp198 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()
DJITLinkGeneric.h48 BlocksList ContentBlocks; member