Lines Matching defs:sparseChunks
223 sparseChunks.resize(numSections + 1);
227 sparseChunks[i] = pendingComdat;
229 sparseChunks[i] = readSection(i, nullptr, "");
328 SectionChunk *parent = sparseChunks[parentIndex];
355 sparseChunks[sectionNumber] = c;
361 sparseChunks[sectionNumber] = nullptr;
375 SectionChunk *sc = sparseChunks[sectionNumber];
397 SectionChunk *sc = sparseChunks[sym.getSectionNumber()];
466 if (sparseChunks[sym.getSectionNumber()] == pendingComdat) {
481 // Free the memory used by sparseChunks now that symbol loading is finished.
482 decltype(sparseChunks)().swap(sparseChunks);
660 if ((uint32_t)sectionNumber >= sparseChunks.size())
702 sparseChunks[sectionNumber] = c;
709 sparseChunks[sectionNumber] = nullptr;
716 if (sparseChunks[sectionNumber] == pendingComdat) {