Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp196 auto &SegLists = Layout[B->getSection().getProtectionFlags()]; in layOutBlocks() local
198 SegLists.ContentBlocks.push_back(B); in layOutBlocks()
200 SegLists.ZeroFillBlocks.push_back(B); in layOutBlocks()
215 auto &SegLists = KV.second; in layOutBlocks() local
216 llvm::sort(SegLists.ContentBlocks, CompareBlocks); in layOutBlocks()
217 llvm::sort(SegLists.ZeroFillBlocks, CompareBlocks); in layOutBlocks()
246 auto &SegLists = KV.second; in allocateSegments() local
252 for (auto *B : SegLists.ContentBlocks) { in allocateSegments()
261 for (auto *B : SegLists.ZeroFillBlocks) { in allocateSegments()