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.cpp367 sparseChunks.resize(numSections + 1); in initializeChunks()
371 sparseChunks[i] = pendingComdat; in initializeChunks()
373 sparseChunks[i] = readSection(i, nullptr, ""); in initializeChunks()
472 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition()
500 sparseChunks[sectionNumber] = c; in readAssociativeDefinition()
506 sparseChunks[sectionNumber] = nullptr; in readAssociativeDefinition()
520 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw()
542 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular()
644 if (sparseChunks[sym.getSectionNumber()] == pendingComdat) { in initializeSymbols()
662 decltype(sparseChunks)().swap(sparseChunks); in initializeSymbols() local
[all …]
H A DInputFiles.h318 std::vector<SectionChunk *> sparseChunks; variable