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

Lines Matching defs:ToolName

103 static StringRef ToolName;
108 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
127 errs() << ToolName << ": " << Error;
329 errs() << ToolName << ": warning: invalid instruction encoding\n";
594 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
601 errs() << ToolName << ": '" << a->getFileName() << "': "
610 errs() << ToolName << ": '" << file << "': " << "No such file\n";
622 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
631 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
652 ToolName = argv[0];