reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
923 ArrayRef<Symbol *> syms = obj->getSymbols();
tools/lld/COFF/MapFile.cpp 51 for (Symbol *b : file->getSymbols())
tools/lld/COFF/PDB.cpp 1731 c->file->getSymbols()[r.SymbolTableIndex]))
tools/lld/COFF/SymbolTable.cpp89 for (Symbol *s : sc->file->getSymbols()) { 357 processFile(file, file->getSymbols());tools/lld/COFF/Writer.cpp
1156 for (Symbol *b : file->getSymbols()) { 1646 ArrayRef<Symbol *> objSymbols = file->getSymbols();