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

References

tools/llvm-objcopy/llvm-objcopy.cpp
   58   WithColor::error(errs(), ToolName) << Message << "\n";
   68   WithColor::error(errs(), ToolName) << Buf;
   83   WithColor::error(errs(), ToolName) << "'" << File << "': " << Buf;
   89   WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n';
  318   ToolName = argv[0];
  319   bool IsStrip = sys::path::stem(ToolName).contains("strip");
  341                           WithColor::error(errs(), ToolName));
  346       logAllUnhandledErrors(std::move(E), WithColor::error(errs(), ToolName));