Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp1198 auto isOutputSecWithInputSections = [](SectionCommand *cmd) { in findOrphanPos() local
1204 isOutputSecWithInputSections); in findOrphanPos()
1212 auto nextSec = std::find_if(i, e, isOutputSecWithInputSections); in findOrphanPos()