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

Lines Matching defs:ToolName

89 static std::string ToolName;
97 errs() << ToolName << ": error reading file: " << ec.message() << ".\n";
104 errs() << ToolName << ": " << Message << ".\n";
110 // "libx.a(foo.o)" after the ToolName before the error message. It sets
115 errs() << ToolName << ": " << FileName;
136 // This version of error() prints the file name and which architecture slice it // is from, for example: "foo.o (for architecture i386)" after the ToolName
142 errs() << ToolName << ": " << FileName;
508 errs() << ToolName << ": file: " << file
646 errs() << ToolName << ": file: " << file
815 errs() << ToolName << ": " << file << ": "
831 ToolName = argv[0];
842 outs() << ToolName << ": for the -arch option: Unknown architecture "