Lines Matching defs:reportError
66 [[noreturn]] static void reportError(Twine Msg) {
71 static void reportError(StringRef Input, std::error_code EC) {
72 reportError(Twine(Input) + ": " + EC.message());
78 reportError(EI.message());
98 reportError(OS.str());
116 reportError("no input file specified");
125 reportError("no output file specified");
134 reportError(File, ManifestOrErr.getError());
140 reportError("empty manifest not written");
167 reportError(OutputFile, errorToErrorCode(FileOrErr.takeError()));