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

Lines Matching refs:ToolName

149 static StringRef ToolName;
155 outs() << ToolName << ": error reading file: " << EC.message() << ".\n";
185 errs() << ToolName << ": " << Error;
386 errs() << ToolName << ": warning: " << Error << '\n';
528 errs() << ToolName << ": warning: invalid instruction encoding\n";
857 errs() << ToolName << ": '" << a->getFileName() << "': " << EC.message()
864 errs() << ToolName << ": '" << a->getFileName() << "': "
873 errs() << ToolName << ": '" << file << "': " << "No such file\n";
885 errs() << ToolName << ": '" << file << "': " << EC.message() << ".\n";
895 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
916 ToolName = argv[0];