Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DWriter.cpp1284 auto nextSec = std::find_if(i, e, isOutputSecWithInputSections); in findOrphanPos() local
1285 if (nextSec == e) in findOrphanPos()