Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h108 bool hasInputSections = false; variable
H A DOutputSections.cpp119 if (!hasInputSections && !typeIsSet) { in commitSection()
151 if (!hasInputSections) { in commitSection()
154 hasInputSections = true; in commitSection()
H A DLinkerScript.cpp981 sec->hasInputSections || in findMemoryRegion()
1243 if (sec->hasInputSections && !discardable) in adjustOutputSections()
H A DWriter.cpp906 return (osd && osd->osec.hasInputSections) in getRankProximity()
976 return osd && osd->osec.hasInputSections; in findOrphanPos()