Searched refs:ContentBlocks (Results 1 – 2 of 2) sorted by relevance
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()163 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local186 ContentBlocks[AG] = &B; in Create()194 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()201 std::move(ContentBlocks), in Create()[all …]
237 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable354 orc::AllocGroupSmallMap<Block *> ContentBlocks,358 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable