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

References

tools/lld/ELF/InputSection.cpp
  277   assert(link);
  279   return cast<InputSection>(file->getSections()[link]);
tools/lld/ELF/OutputSections.cpp
   63   shdr->sh_link = link;
  346   os->link = in.symTab->getParent()->sectionIndex;
  364       link = ex->getLinkOrderDep()->getParent()->sectionIndex;
  366       link = d->getParent()->sectionIndex;
  380   link = in.symTab->getParent()->sectionIndex;
tools/lld/ELF/SyntheticSections.cpp
 1348     this->link = sec->sectionIndex;
 1495   getParent()->link = this->link;
 1495   getParent()->link = this->link;
 1564     getParent()->link = symTab->getParent()->sectionIndex;
 1566     getParent()->link = 0;
 1993     getParent()->link = sec->sectionIndex;
 2231   getParent()->link = in.symTab->getParent()->sectionIndex;
 2275     getParent()->link = sec->sectionIndex;
 2411     getParent()->link = sec->sectionIndex;
 2870     getParent()->link = sec->sectionIndex;
 2923   getParent()->link = getPartition().dynSymTab->getParent()->sectionIndex;
 2987     getParent()->link = sec->sectionIndex;