Lines Matching defs:reportError
41 [[noreturn]] static void reportError(Twine Message) {
47 [[noreturn]] static void reportError(Error E) {
53 reportError(Buf);
56 [[noreturn]] static void reportError(StringRef File, Error E) {
127 reportError(A.getFileName(), ArchiveOrSlice.takeError());
134 reportError(IRO.getFileName(), IROrErr.takeError());
148 reportError(Buf);
160 reportError("missing argument to " +
183 reportError("unknown argument '" + Arg->getAsString(InputArgs) + "'");
194 reportError("at least one input file should be specified");
201 reportError("segalign is missing an argument: expects -segalign "
208 reportError("argument to -segalign <arch_type> " +
212 reportError("argument to -segalign <arch_type> " +
216 reportError(
223 reportError("-segalign " + Twine(Segalign->getValue(0)) +
233 reportError("at least one action should be specified");
247 reportError(Buf);
255 reportError(
258 reportError("verify_arch expects a single input file");
264 reportError("archs expects a single input file");
274 reportError("thin expects a single input file");
276 reportError("thin expects a single output file");
284 reportError("extract expects a single input file");
286 reportError("extract expects a single output file");
294 reportError("create expects a single output file to be specified");
307 reportError("replace expects a single output file to be specified");
309 reportError("replace expects a single input file");
314 reportError("llvm-lipo action unspecified");
325 reportError(IF.FileName, BinaryOrErr.takeError());
329 reportError("File " + IF.FileName + " has unsupported binary format");
342 reportError("specified architecture: " + *IF.ArchType +
401 reportError(Binary->getFileName(), SliceOrErr.takeError());
416 reportError(Binary->getFileName(), MachOObjOrError.takeError());
417 reportError(Binary->getFileName(), IROrError.takeError());
432 reportError(IR->getFileName(), SliceOrErr.takeError());
476 reportError("input file " +
489 reportError("fat input file " + UO->getFileName() +
509 reportError(OutputFileName, OutFileOrError.takeError());
514 reportError(OutputFileName, std::move(E));
523 reportError(Entry.first->second->getFileName() + " and " +
548 reportError("-segalign " + Arch +
582 reportError(InputBinary->getFileName(), BinaryOrError.takeError());
592 reportError(InputBinary->getFileName(), SliceOrErr.takeError());
620 reportError(std::move(E));
635 reportError("input file " +
648 reportError(
654 reportError(std::move(E));
668 reportError("replacement file: " + ReplacementBinary->getFileName() +
673 reportError("-replace " + S.getArchString() +
693 reportError("input file " +
715 reportError("-replace " + ReplacementSlices.begin()->first() +
724 reportError(std::move(E));