Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h102 bool hasInputSections = false; variable
H A DOutputSections.cpp118 if (hasInputSections || typeIsSet) { in commitSection()
140 if (!hasInputSections) { in commitSection()
143 hasInputSections = true; in commitSection()
H A DLinkerScript.cpp933 sec->hasInputSections || in findMemoryRegion()
1196 if (sec->hasInputSections && !discardable) in adjustOutputSections()
H A DWriter.cpp1179 return (osd && osd->osec.hasInputSections) in getRankProximity()
1247 if (!curSecDesc || !curSecDesc->osec.hasInputSections) in findOrphanPos()
1256 return osd && osd->osec.hasInputSections; in findOrphanPos()