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()108 for (auto *B : Seg.ContentBlocks) { in apply()134 Seg.ContentBlocks.clear(); in apply()159 AllocGroupSmallMap<Block *> ContentBlocks; in Create() local179 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 …]
235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable345 std::unique_ptr<LinkGraph> G, AllocGroupSmallMap<Block *> ContentBlocks,349 AllocGroupSmallMap<Block *> ContentBlocks; variable