Lines Matching defs:ToolName
57 static StringRef ToolName;
62 static void printRanLibHelp(StringRef ToolName) {
65 << "USAGE: " + ToolName + " archive...\n\n"
76 static void printArHelp(StringRef ToolName) {
130 << "USAGE: " + ToolName +
133 << " " + ToolName + " -M [<mri-script]\n\n";
150 WithColor::error(errs(), ToolName) << Error << "\n";
158 WithColor::error(errs(), ToolName)
161 WithColor::error(errs(), ToolName) << Error << "\n";
189 WithColor::warning(errs(), ToolName) << Message << "\n";
740 WithColor::error(errs(), ToolName) << "'" << Name << "' was not found\n";
1512 ToolName = argv[0];
1518 Stem = sys::path::stem(ToolName);