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

Declarations

tools/lld/include/lld/Common/ErrorHandler.h
   95   void error(const Twine &msg);

References

tools/lld/Common/ErrorHandler.cpp
  163     error(msg);
  184       error(m.str(1) + m.str(2));
  185       error(m.str(1) + m.str(3));
  207   error(msg);
tools/lld/include/lld/Common/ErrorHandler.h
  114 inline void error(const Twine &msg) { errorHandler().error(msg); }