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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  396   this->parent = p->getParent();
tools/lld/ELF/ARMErrataFix.cpp
  140   parent = p->getParent();
tools/lld/ELF/InputSection.cpp
  378   return cast_or_null<OutputSection>(parent);
 1164   return cast_or_null<SyntheticSection>(parent);
 1222   return cast_or_null<SyntheticSection>(parent);
tools/lld/ELF/LinkerScript.cpp
  417       if (!sec->isLive() || sec->parent)
  457   s->parent = nullptr;
  470         s->parent = &outCmd;
  502           s->parent = nullptr;
  678     if (s->isLive() && !s->parent) {
  715         if (auto *relIS = dyn_cast_or_null<InputSectionBase>(rel->parent))
tools/lld/ELF/OutputSections.cpp
   96   isec->parent = this;
  136   isec->parent = this;
tools/lld/ELF/SyntheticSections.cpp
  439   sec->parent = this;
 3031   ms->parent = this;
 3291       d->parent = getParent();
 3356   this->parent = os;
tools/lld/ELF/Writer.cpp
 1691   if (mainPart->dynamic->parent)