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

Declarations

tools/lld/COFF/SymbolTable.h
  106   void reportDuplicate(Symbol *existing, InputFile *newFile,

References

tools/lld/COFF/InputFiles.cpp
   88       symtab->reportDuplicate(source, f);
  516     symtab->reportDuplicate(leader, this);
  522     symtab->reportDuplicate(leader, this);
  531       symtab->reportDuplicate(leader, this);
  540       symtab->reportDuplicate(leader, this, &newChunk, sym.getValue());
tools/lld/COFF/SymbolTable.cpp
  594     reportDuplicate(s, nullptr);
  606     reportDuplicate(s, nullptr);
  618     reportDuplicate(s, nullptr);
  632     reportDuplicate(s, f, c, sectionOffset);
  649     reportDuplicate(s, f);
  676   reportDuplicate(s, f);
  691   reportDuplicate(s, id->file);