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

References

tools/lld/COFF/Driver.cpp
   66   errorHandler().errorOS = &diag;
tools/lld/Common/ErrorHandler.cpp
   48   errorHandler().errorOS->enable_colors(enable);
  152   *errorOS << logName << ": " << msg << "\n";
  168   *errorOS << sep << getLocation(msg) << ": " << Colors::MAGENTA
  193     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
  196     *errorOS << sep << getLocation(msg) << ": " << Colors::RED
tools/lld/ELF/Driver.cpp
   83   errorHandler().errorOS = &error;
tools/lld/lib/Driver/DarwinLdDriver.cpp
 1152   errorHandler().errorOS = &Error;
 1199     *errorHandler().errorOS << "Failed to run passes on file '"
 1201     logAllUnhandledErrors(std::move(ec), *errorHandler().errorOS,
 1213     *errorHandler().errorOS << "Failed to write file '" << ctx.outputPath()
 1215     logAllUnhandledErrors(std::move(ec), *errorHandler().errorOS,
tools/lld/wasm/Driver.cpp
   83   errorHandler().errorOS = &error;