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()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()222 auto I = ContentBlocks.find(AG); in getSegInfo()223 if (I != ContentBlocks.end()) { in getSegInfo()[all …]
235 std::vector<Block *> ContentBlocks, ZeroFillBlocks; variable349 orc::AllocGroupSmallMap<Block *> ContentBlocks,353 orc::AllocGroupSmallMap<Block *> ContentBlocks; variable