Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1254 auto isOutputSecWithInputSections = [](SectionCommand *cmd) { in findOrphanPos() local
1260 isOutputSecWithInputSections); in findOrphanPos()
1268 auto nextSec = std::find_if(i, e, isOutputSecWithInputSections); in findOrphanPos()