Lines Matching defs:ExitOnErr
382 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
384 ExitOnErr(getModuleSummaryIndexForFile(Filename));
496 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename.str() +
498 return ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(Filename)));
554 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
556 ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(Filename)));
557 ExitOnErr(readModuleSummaryIndex(*MB, CombinedIndex));
621 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex +
623 return ExitOnErr(getModuleSummaryIndexForFile(ThinLTOIndex));
627 ExitOnError ExitOnErr("llvm-lto: error loading input '" +
629 return ExitOnErr(lto::InputFile::create(Buffer));
1054 ExitOnError ExitOnErr(std::string(*argv) + ": error loading file '" +
1057 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(Filename)));
1059 if (ExitOnErr(isBitcodeContainingObjCCategory(*Buffer)))