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

Declarations

tools/lld/COFF/Symbols.h
   25 std::string toString(coff::Symbol &b);

References

tools/lld/COFF/InputFiles.cpp
  512     log(("conflicting comdat type for " + toString(*leader) + ": " +
tools/lld/COFF/MapFile.cpp
   81     os << indent16 << toString(*syms[i]);
tools/lld/COFF/SymbolTable.cpp
  175       os << ":(" << toString(*loc.sym) << ')';
  204   os << "undefined symbol: " << toString(*undefDiag.sym);
  323       errorOrWarn("<root>: undefined symbol: " + toString(*b));
  326         warn("<root>: locally defined symbol imported: " + toString(*imp) +
  351                ": locally defined symbol imported: " + toString(*imp) +
  568   os << "duplicate symbol: " << toString(*existing);
tools/lld/COFF/Writer.cpp
  972       fatal(toString(*file->impSym) + " was replaced");
  977               " due to import of data: " + toString(*impSym));
  997       fatal(toString(*file->thunkSym) + " was replaced");