Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.h101 bool hasInputSections = false; variable
DOutputSections.cpp114 if (!hasInputSections) { in commitSection()
117 hasInputSections = true; in commitSection()
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()
DLinkerScript.cpp1063 if (sec->hasInputSections) in adjustSectionsBeforeSorting()