Home
last modified time | relevance | path

Searched refs:sparseChunks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp223 sparseChunks.resize(numSections + 1); in initializeChunks()
227 sparseChunks[i] = pendingComdat; in initializeChunks()
229 sparseChunks[i] = readSection(i, nullptr, ""); in initializeChunks()
328 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition()
355 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()
361 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()
375 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
397 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular()
466 if (sparseChunks[sym.getSectionNumber()] == pendingComdat) { in initializeSymbols()
482 decltype(sparseChunks)().swap(sparseChunks); in initializeSymbols() local
[all …]
H A DInputFiles.h309 std::vector<SectionChunk *> sparseChunks; variable