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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp642 InputSectionBase *linkSec = nullptr; local
644 linkSec = this->sections[sec.sh_link];
645 if (!linkSec)
649 linkSec->dependentSections.push_back(isec);
650 if (!isa<InputSection>(linkSec))
653 toString(linkSec));

Completed in 104 milliseconds