Lines Matching refs:reportError
265 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function
275 reportError(EC.message()); in error()
284 static void reportError(StringRef Input, std::error_code EC) { in reportError() function
288 reportError(Twine(Input) + ": " + EC.message()); in reportError()
291 static void reportError(StringRef Input, StringRef Message) { in reportError() function
295 reportError(Twine(Input) + ": " + Message); in reportError()
298 static void reportError(StringRef Input, Error Err) { in reportError() function
306 reportError(ErrMsg); in reportError()
345 reportError(Obj->getFileName(), EC); in dumpObject()
447 reportError(Arc->getFileName(), Buf); in dumpArchive()
454 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format); in dumpArchive()
457 reportError(Arc->getFileName(), std::move(Err)); in dumpArchive()
471 reportError(UBinary->getFileName(), Buf); in dumpMachOUniversalBinary()
484 reportError(File, errorToErrorCode(BinaryOrErr.takeError())); in dumpInput()
497 reportError(File, readobj_error::unrecognized_file_format); in dumpInput()