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

Declarations

tools/lld/ELF/InputSection.h
  336   InputSectionBase *getRelocatedSection() const;

References

tools/lld/ELF/InputSection.cpp
  410   InputSectionBase *sec = getRelocatedSection();
tools/lld/ELF/LinkerScript.cpp
  426           cast<InputSection>(sec)->getRelocatedSection())
  591     OutputSection *out = sec->getRelocatedSection()->getOutputSection();
  714       if (InputSectionBase *rel = sec->getRelocatedSection())
tools/lld/ELF/OutputSections.cpp
  383   InputSectionBase *s = first->getRelocatedSection();
tools/lld/ELF/SyntheticSections.cpp
 3186     if (InputSectionBase *ex = isec->getRelocatedSection())
tools/lld/ELF/Writer.cpp
  102     if (InputSectionBase *rel = isec->getRelocatedSection()) {