reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/LinkerScript.cpp
  944     if (sec->hasInputSections)
tools/lld/ELF/OutputSections.cpp
  108   if (!hasInputSections) {
  111     hasInputSections = true;
tools/lld/ELF/Writer.cpp
 1126   return (sec && sec->hasInputSections) ? getRankProximityAux(a, sec) : -1;
 1168     if (!curSec || !curSec->hasInputSections)
 1177     return os && os->hasInputSections;