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()160 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local183 ContentBlocks[AG] = &B; in Create()191 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()198 std::move(ContentBlocks), in Create()[all …]
235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable 349 orc::AllocGroupSmallMap<Block *> ContentBlocks,353 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable