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

References

tools/lld/ELF/CallGraphSort.cpp
  249         for (Symbol *sym : sections[i]->file->getSymbols())
tools/lld/ELF/Driver.cpp
  713     for (Symbol *sym : file->getSymbols())
 1351         for (Symbol *sym : file->getSymbols())
 1488     ArrayRef<Symbol *> syms = obj->getSymbols();
tools/lld/ELF/InputSection.cpp
  285   for (Symbol *b : file->getSymbols())
  348   for (Symbol *b : file->getSymbols())
tools/lld/ELF/LTO.cpp
  165   ArrayRef<Symbol *> syms = f.getSymbols();
tools/lld/ELF/MapFile.cpp
   57     for (Symbol *b : file->getSymbols())
  237     for (Symbol *sym : file->getSymbols()) {
tools/lld/ELF/MarkLive.cpp
  300     for (Symbol *s : file->getSymbols())
tools/lld/ELF/OutputSections.cpp
  350   ArrayRef<Symbol *> symbols = section->file->getSymbols();
tools/lld/ELF/Relocations.cpp
  706     for (const Symbol *s : sym.file->getSymbols())
tools/lld/ELF/Writer.cpp
 1247     for (Symbol *sym : file->getSymbols())