Lines Matching defs:ExitOnErr
382 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
384 ExitOnErr(getModuleSummaryIndexForFile(Filename));
435 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename.str() +
437 return ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(Filename)));
493 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
495 ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(Filename)));
496 ExitOnErr(readModuleSummaryIndex(*MB, CombinedIndex));
560 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex +
562 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex));
566 ExitOnError ExitOnErr("llvm-lto: error loading input '" +
568 return ExitOnErr(lto::InputFile::create(Buffer));
993 ExitOnError ExitOnErr(std::string(*argv) + ": error loading file '" +
996 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(Filename)));
998 if (ExitOnErr(isBitcodeContainingObjCCategory(*Buffer)))