Searched refs:ContentBlocks (Results 1 – 2 of 2) sorted by relevance
34 Seg.ContentBlocks.push_back(B); in BasicLayout()53 llvm::sort(Seg.ContentBlocks, CompareBlocks); in BasicLayout()56 for (auto *B : Seg.ContentBlocks) { in BasicLayout()105 assert(!(Seg.ContentBlocks.empty() && Seg.ZeroFillBlocks.empty()) && in apply()108 for (auto *B : Seg.ContentBlocks) { in apply()134 Seg.ContentBlocks.clear(); in apply()159 orc::AllocGroupSmallMap<Block *> ContentBlocks; in Create() local179 ContentBlocks[AG] = &B; in Create()187 [G = std::move(G), ContentBlocks = std::move(ContentBlocks), in Create()194 std::move(ContentBlocks), in Create()[all …]
235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable346 orc::AllocGroupSmallMap<Block *> ContentBlocks,350 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable