Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1270 auto isOutputSecWithInputSections = [](BaseCommand *cmd) { in findOrphanPos() local
1276 isOutputSecWithInputSections); in findOrphanPos()
1284 auto nextSec = std::find_if(i, e, isOutputSecWithInputSections); in findOrphanPos()