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

Declarations

tools/lld/ELF/InputSection.h
  268   SyntheticSection *getParent() const;

References

tools/lld/ELF/ICF.cpp
  286     if (x->getParent() != y->getParent())
  286     if (x->getParent() != y->getParent())
tools/lld/ELF/InputSection.cpp
  183     if (InputSection *isec = ms->getParent())
  200     sec = ms->getParent();