Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
108 for (auto *B : Seg.ContentBlocks) { in apply()
134 Seg.ContentBlocks.clear(); in apply()
159 AllocGroupSmallMap<Block *> ContentBlocks; in Create() local
179 ContentBlocks[AG] = &B; in Create()
187 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()
217 auto I = ContentBlocks.find(AG); in getSegInfo()
218 if (I != ContentBlocks.end()) { in getSegInfo()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable
345 std::unique_ptr<LinkGraph> G, AllocGroupSmallMap<Block *> ContentBlocks,
349 AllocGroupSmallMap<Block *> ContentBlocks; variable