Home | History | Annotate | Download | only in llvm-nm

Lines Matching defs:ToolName

177 std::string ToolName;
182 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
194 // "libx.a(foo.o)" after the ToolName before the error message. It sets
199 errs() << ToolName << ": " << FileName;
221 // is from, for example: "foo.o (for architecture i386)" after the ToolName
227 errs() << ToolName << ": " << FileName;
1382 ToolName = argv[0];