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

References

tools/lld/Common/ErrorHandler.cpp
  180     std::string str = msg.str();
  193     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  194              << "error: " << Colors::RESET << msg << "\n";
  196     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  202   sep = getSeparator(msg);