Lines Matching defs:Blocks
104 MutableArrayRef<uint32_t> Blocks) {
112 "There are no free Blocks in the file");
136 assert(Block != -1 && "We ran out of Blocks!");
139 Blocks[I++] = NextBlock;
157 ArrayRef<uint32_t> Blocks) {
162 if (ReqBlocks != Blocks.size())
166 for (auto Block : Blocks) {
176 for (auto Block : Blocks) {
179 StreamData.push_back(std::make_pair(Size, Blocks));
203 // If we're growing, we have to allocate new Blocks.
211 // For shrinking, free all the Blocks in the Block map, update the stream
283 // Don't set the number of blocks in the file until after allocating Blocks
412 for (const auto &Blocks : Layout.StreamMap) {
413 if (auto EC = DW.writeArray(Blocks))