Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp35 Seg.ContentBlocks.push_back(B); in BasicLayout()
54 llvm::sort(Seg.ContentBlocks, CompareBlocks); in BasicLayout()
57 for (auto *B : Seg.ContentBlocks) { in BasicLayout()
106 assert(!(Seg.ContentBlocks.empty() && Seg.ZeroFillBlocks.empty()) && in apply()
109 for (auto *B : Seg.ContentBlocks) { in apply()
135 Seg.ContentBlocks.clear(); in apply()
160 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local
183 ContentBlocks[AG] = &B; in Create()
191 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()
198 std::move(ContentBlocks), in Create()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable
349 orc::AllocGroupSmallMap<Block *> ContentBlocks,
353 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable