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

Lines Matching refs:ToolName

86 static StringRef ToolName;
91 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
116 errs() << ToolName << ": error: unable to get target for '" << TripleName
293 errs() << ToolName << ": warning: invalid instruction encoding\n";
388 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
395 errs() << ToolName << ": '" << a->getFileName() << "': "
404 errs() << ToolName << ": '" << file << "': " << "No such file\n";
416 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
425 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
444 ToolName = argv[0];