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

References

tools/lld/ELF/Arch/PPC64.cpp
  165   if (!defSym || !defSym->isSection() || defSym->section->name != ".toc")
tools/lld/ELF/CallGraphSort.cpp
  250           if (!sym->isSection()) // Filter out section-type symbols here.
tools/lld/ELF/ICF.cpp
  290         sa.isSection() ? x->getOffset(addA) : x->getOffset(da->value) + addA;
  292         sb.isSection() ? y->getOffset(addB) : y->getOffset(db->value) + addB;
tools/lld/ELF/MapFile.cpp
   59         if (!dr->isSection() && dr->section && dr->section->isLive() &&
tools/lld/ELF/MarkLive.cpp
  104     if (d->isSection())
tools/lld/ELF/Symbols.cpp
   82     if (d.isSection()) {
tools/lld/ELF/Writer.cpp
  624   if (sym.isSection())