Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp1212 auto nextSec = std::find_if(i, e, isOutputSecWithInputSections); in findOrphanPos() local
1213 if (nextSec == e) in findOrphanPos()