Lines Matching defs:ToolName
139 static StringRef ToolName;
150 WithColor::warning(errs(), ToolName)
159 WithColor::error(errs(), ToolName) << Path << ": " << Message << "\n";
171 // "libx.a(foo.o)" after the ToolName before the error message. It sets
176 WithColor::error(errs(), ToolName) << FileName;
199 // is from, for example: "foo.o (for architecture i386)" after the ToolName
205 WithColor::error(errs(), ToolName) << FileName;
1803 WithColor::warning(errs(), ToolName)
2096 WithColor::warning(errs(), ToolName)
2341 WithColor::warning(errs(), ToolName)
2406 ToolName = argv[0];
2415 (Twine(ToolName) + " [options] <input object files>").str().c_str(),