Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h101 bool hasInputSections = false; variable
H A DOutputSections.cpp114 if (!hasInputSections) { in commitSection()
117 hasInputSections = true; in commitSection()
H A DWriter.cpp1221 return (sec && sec->hasInputSections) ? getRankProximityAux(a, sec) : -1; in getRankProximity()
1263 if (!curSec || !curSec->hasInputSections) in findOrphanPos()
1272 return os && os->hasInputSections; in findOrphanPos()
H A DLinkerScript.cpp1096 if (sec->hasInputSections) in adjustSectionsBeforeSorting()