Lines Matching refs:ContentBlocks
35 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()
222 auto I = ContentBlocks.find(AG); in getSegInfo()
223 if (I != ContentBlocks.end()) { in getSegInfo()
232 orc::AllocGroupSmallMap<Block *> ContentBlocks, in SimpleSegmentAlloc() argument
234 : G(std::move(G)), ContentBlocks(std::move(ContentBlocks)), in SimpleSegmentAlloc()