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

Declarations

tools/lld/ELF/Symbols.h
  196   OutputSection *getOutputSection() const;

References

tools/lld/ELF/InputSection.cpp
  558   OutputSection *os = sym.getOutputSection();
tools/lld/ELF/MapFile.cpp
   89     OutputSection *osec = syms[i]->getOutputSection();
tools/lld/ELF/SyntheticSections.cpp
  675     if (const OutputSection *os = sym.getOutputSection())
  735   if (const OutputSection *outSec = sym.getOutputSection()) {
 2073         sectionIndexMap[e.sym->getOutputSection()] = ++i;
 2082     return sectionIndexMap.lookup(sym->getOutputSection());
 2104   if (const OutputSection *os = sym->getOutputSection())
 2212       write32(buf, entry.sym->getOutputSection()->sectionIndex);