Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp36 Seg.ZeroFillBlocks.push_back(B); in BasicLayout()
54 llvm::sort(Seg.ZeroFillBlocks, CompareBlocks); in BasicLayout()
63 for (auto *B : Seg.ZeroFillBlocks) { in BasicLayout()
105 assert(!(Seg.ContentBlocks.empty() && Seg.ZeroFillBlocks.empty()) && in apply()
126 for (auto *B : Seg.ZeroFillBlocks) { in apply()
135 Seg.ZeroFillBlocks.clear(); in apply()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable