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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.h101 bool hasInputSections = false; member in class:lld::elf::final
H A DOutputSections.cpp112 if (!hasInputSections) {
115 hasInputSections = true;
H A DWriter.cpp1208 return (sec && sec->hasInputSections) ? getRankProximityAux(a, sec) : -1;
1250 if (!curSec || !curSec->hasInputSections)
1259 return os && os->hasInputSections;
H A DLinkerScript.cpp997 if (sec->hasInputSections)

Completed in 67 milliseconds