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

References

tools/lld/Common/ErrorHandler.cpp
  168   *errorOS << sep << getLocation(msg) << ": " << Colors::MAGENTA
  169            << "warning: " << Colors::RESET << msg << "\n";
  193     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  194              << "error: " << Colors::RESET << msg << "\n";
  196     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  197              << "error: " << Colors::RESET << errorLimitExceededMsg << "\n";