Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp34 Seg.ContentBlocks.push_back(B); in BasicLayout()
53 llvm::sort(Seg.ContentBlocks, CompareBlocks); in BasicLayout()
56 for (auto *B : Seg.ContentBlocks) { in BasicLayout()
105 assert(!(Seg.ContentBlocks.empty() && Seg.ZeroFillBlocks.empty()) && in apply()
108 for (auto *B : Seg.ContentBlocks) { in apply()
134 Seg.ContentBlocks.clear(); in apply()
159 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local
179 ContentBlocks[AG] = &B; in Create()
187 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()
194 std::move(ContentBlocks), in Create()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable
346 orc::AllocGroupSmallMap<Block *> ContentBlocks,
350 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable