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

Lines Matching defs:Message

97   errs() << ToolName << ": error reading file: " << ec.message() << ".\n";
102 static bool error(Twine Message) {
104 errs() << ToolName << ": " << Message << ".\n";
110 // "libx.a(foo.o)" after the ToolName before the error message. It sets
137 // before the error message. It sets HadError but returns allowing the code to