Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp531 size_t numSections = sections.size(); in writeTo() local
549 if (i + 1 == numSections) in writeTo()
566 size_t numSections = sections.size(); in writeTo() local
570 fn(0, numSections); in writeTo()
573 if (written || !numSections) in writeTo()
583 bool done = ++i == numSections; in writeTo()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp222 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks() local
223 sparseChunks.resize(numSections + 1); in initializeChunks()
224 for (uint32_t i = 1; i < numSections + 1; ++i) { in initializeChunks()