Lines Matching defs:ToolName
358 static StringRef ToolName;
460 WithColor::warning(errs(), ToolName)
466 WithColor::error(errs(), ToolName) << "'" << File << "': " << Message << "\n";
475 WithColor::error(errs(), ToolName);
488 WithColor::warning(errs(), ToolName) << Message << "\n";
492 WithColor::error(errs(), ToolName) << Message << "\n";
3072 WithColor::error(errs(), ToolName)
3081 WithColor::error(errs(), ToolName)
3123 WithColor::error(errs(), ToolName)
3179 WithColor::error(errs(), ToolName) << "ill-formed archive entry.\n";
3635 ToolName = argv[0];
3639 StringRef Stem = sys::path::stem(ToolName);
3671 T->printHelp(ToolName);
3675 T->printHelp(ToolName, /*ShowHidden=*/true);
3738 T->printHelp(ToolName);