Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h101 bool hasInputSections = false; variable
H A DOutputSections.cpp112 if (hasInputSections || typeIsSet) { in commitSection()
132 if (!hasInputSections) { in commitSection()
135 hasInputSections = true; in commitSection()
H A DWriter.cpp1135 return (osd && osd->osec.hasInputSections) in getRankProximity()
1191 if (!curSecDesc || !curSecDesc->osec.hasInputSections) in findOrphanPos()
1200 return osd && osd->osec.hasInputSections; in findOrphanPos()
H A DLinkerScript.cpp1156 if (sec->hasInputSections && !discardable) in adjustOutputSections()