reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
196 OutputSection *getOutputSection() const;
558 OutputSection *os = sym.getOutputSection();
tools/lld/ELF/MapFile.cpp 89 OutputSection *osec = syms[i]->getOutputSection();
tools/lld/ELF/SyntheticSections.cpp675 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);