Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp493 size_t numSections = sections.size(); in writeTo() local
511 if (i + 1 == numSections) in writeTo()
528 size_t numSections = sections.size(); in writeTo() local
532 fn(0, numSections); in writeTo()
535 if (written || !numSections) in writeTo()
545 bool done = ++i == numSections; in writeTo()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp189 uint32_t numSections = coffObj->getNumberOfSections(); in initializeChunks() local
190 sparseChunks.resize(numSections + 1); in initializeChunks()
191 for (uint32_t i = 1; i < numSections + 1; ++i) { in initializeChunks()