Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp483 InputSectionBase *LinkSec = nullptr; in initializeSections() local
485 LinkSec = this->Sections[Sec.sh_link]; in initializeSections()
486 if (!LinkSec) in initializeSections()
491 LinkSec->DependentSections.push_back(IS); in initializeSections()
492 if (!isa<InputSection>(LinkSec)) in initializeSections()
496 toString(LinkSec)); in initializeSections()