Lines Matching defs:sparseChunks
285 sparseChunks.resize(numSections + 1);
289 sparseChunks[i] = pendingComdat;
291 sparseChunks[i] = readSection(i, nullptr, "");
390 SectionChunk *parent = sparseChunks[parentIndex];
418 sparseChunks[sectionNumber] = c;
424 sparseChunks[sectionNumber] = nullptr;
438 SectionChunk *sc = sparseChunks[sectionNumber];
460 SectionChunk *sc = sparseChunks[sym.getSectionNumber()];
562 if (sparseChunks[sym.getSectionNumber()] == pendingComdat) {
579 // Free the memory used by sparseChunks now that symbol loading is finished.
580 decltype(sparseChunks)().swap(sparseChunks);
803 if ((uint32_t)sectionNumber >= sparseChunks.size())
847 sparseChunks[sectionNumber] = c;
854 sparseChunks[sectionNumber] = nullptr;
861 if (sparseChunks[sectionNumber] == pendingComdat) {