|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/HowToUseLLJIT/HowToUseLLJIT.cpp 72 ExitOnErr(J->addIRModule(std::move(M)));
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp 1119 ExitOnErr(TheJIT->addModule(std::move(TheModule)));
1154 ExitOnErr(TheJIT->addModule(std::move(TheModule)));
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp 1119 ExitOnErr(TheJIT->addModule(std::move(TheModule)));
1154 ExitOnErr(TheJIT->addModule(std::move(TheModule)));
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp 1118 ExitOnErr(TheJIT->addFunctionAST(std::move(FnAST)));
examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp 108 ExitOnErr(Server.handleOne());
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp 1142 ExitOnErr(TheJIT->addFunctionAST(std::move(FnAST)));
1180 ExitOnErr(TheJIT->executeRemoteExpr(cantFail(ExprSymbol.getAddress())));
1306 ExitOnErr(Remote->terminateSession());
examples/LLJITExamples/LLJITWithJITLink/LLJITWithJITLink.cpp 60 ExitOnErr(J->addIRModule(std::move(M)));
examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp 69 ExitOnErr(J->addIRModule(std::move(M)));
examples/SpeculativeJIT/SpeculativeJIT.cpp 122 ExitOnErr(S.addSpeculationRuntime(this->ES->getMainJITDylib(), Mangle));
124 ExitOnErr(CXXRuntimeoverrides.enable(this->ES->getMainJITDylib(), Mangle));
175 ExitOnErr(SJ->addModule(SJ->getES().getMainJITDylib(),
lib/ObjectYAML/COFFEmitter.cpp 198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC));
200 Err(B.commit(Writer));
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp 907 Err(Reader.readInteger(Magic));
911 Err(Reader.readArray(Subsections, Reader.bytesRemaining()));
lib/ObjectYAML/CodeViewYAMLTypes.cpp 783 Err(Reader.readInteger(Magic));
788 Err(Reader.readArray(Types, Reader.bytesRemaining()));
811 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC));
813 Err(Writer.writeBytes(R));
lib/Transforms/IPO/LowerTypeTests.cpp 1679 ExitOnErr(errorCodeToError(In.error()));
1693 ExitOnErr(errorCodeToError(EC));
lib/Transforms/IPO/WholeProgramDevirt.cpp 754 ExitOnErr(errorCodeToError(In.error()));
769 ExitOnErr(errorCodeToError(EC));
tools/clang/examples/clang-interpreter/main.cpp 217 ExitOnErr(J->addModule(
tools/lld/COFF/InputFiles.cpp 705 exitOnErr(reader.readArray(subsections, data.size()));
tools/lld/COFF/PDB.cpp 993 exitOnErr(reader.readArray(subsections, relocatedDebugContents.size()));
1005 exitOnErr(cVStrTab.initialize(ss.getRecordData()));
1011 exitOnErr(checksums.initialize(ss.getRecordData()));
1021 exitOnErr(inlineeLines.initialize(ss.getRecordData()));
1028 exitOnErr(fds.initialize(ss.getRecordData()));
1149 exitOnErr(dbiBuilder.addModuleSourceFile(*file.moduleDBI, filename));
1206 exitOnErr(reader.readArray(fpoRecords, count));
1617 exitOnErr(builder.initialize(4096)); // 4096 is blocksize
1682 exitOnErr(
1689 exitOnErr(builder.commit(config->pdbPath, guid));
1740 exitOnErr(reader.readArray(subsections, contents.size()));
1747 exitOnErr(cVStrTab.initialize(ss.getRecordData()));
1753 exitOnErr(checksums.initialize(ss.getRecordData()));
1758 exitOnErr(ref.readLongestContiguousChunk(0, bytes));
1768 exitOnErr(linesTmp.initialize(BinaryStreamReader(ref)));
1775 exitOnErr(lines.initialize(BinaryStreamReader(ref)));
tools/lli/ChildTarget/ChildTarget.cpp 61 ExitOnErr(Server.handleOne());
tools/lli/lli.cpp 403 ExitOnErr(Mod->materializeAll());
652 ES.setErrorReporter([&](Error Err) { ExitOnErr(std::move(Err)); });
692 ExitOnErr(R->terminateSession());
801 ExitOnErr(CXXRuntimeOverrides.enable(J->getMainJITDylib(), Mangle));
804 ExitOnErr(
832 ExitOnErr(
850 ExitOnErr(J->addObjectFile(std::move(Obj)));
860 ExitOnErr(J->runConstructors());
890 ExitOnErr(J->runDestructors());
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp 105 ExitOnErr(
tools/llvm-dis/llvm-dis.cpp 164 ExitOnErr(M->materializeMetadata());
166 ExitOnErr(M->materializeAll());
tools/llvm-exegesis/llvm-exegesis.cpp 291 ExitOnErr(Result.writeYaml(State, BenchmarkFile));
tools/llvm-extract/llvm-extract.cpp 300 ExitOnErr(F->materialize());
318 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); };
342 ExitOnErr(M->materializeAll());
tools/llvm-jitlink/llvm-jitlink.cpp 629 ExitOnErr(S.ObjLayer.add(JD, std::move(ObjBuffer)));
679 ExitOnErr(make_error<StringError>("Error accessing target '" + TripleName +
686 ExitOnErr(
692 ExitOnErr(make_error<StringError>("Unable to create target register info "
701 ExitOnErr(make_error<StringError>("Unable to create target asm info " +
710 ExitOnErr(make_error<StringError>("Unable to create disassembler for " +
748 ExitOnErr(make_error<StringError>(
808 ExitOnErr(sanitizeArguments(S));
811 ExitOnErr(loadProcessSymbols(S));
812 ExitOnErr(loadDylibs());
817 ExitOnErr(loadObjects(S));
829 ExitOnErr(runChecks(S));
tools/llvm-link/llvm-link.cpp 135 ExitOnErr(Result->materializeMetadata());
tools/llvm-lto/llvm-lto.cpp 418 ExitOnErr(readModuleSummaryIndex(*MB, CombinedIndex, NextModuleId++));
tools/llvm-modextract/llvm-modextract.cpp 58 ExitOnErr(errorCodeToError(EC));
tools/llvm-pdbutil/DumpOutputStyle.cpp 1692 Err(dumpSymbolsFromGSI(Table, opts::dump::DumpGlobalExtras));
1752 Err(dumpSymbolsFromGSI(PublicsTable, opts::dump::DumpPublicExtras));
tools/llvm-pdbutil/llvm-pdbutil.cpp 751 ExitOnErr(createFileError(Path, errorCodeToError(ErrorOrBuffer.getError())));
765 ExitOnErr(Builder.initialize(BlockSize));
812 ExitOnErr(DbiBuilder.addModuleSourceFile(ModiBuilder, S));
852 ExitOnErr(Builder.commit(opts::yaml2pdb::YamlPdbOutputFile, &IgnoredOutGuid));
856 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session));
869 ExitOnErr(O->dump());
876 ExitOnErr(O->dump());
885 ExitOnErr(O->dump());
1011 ExitOnErr(loadDataForPDB(ReaderType, Path, Session));
1059 ExitOnErr(loadDataForPDB(ReaderType, Path, Session));
1306 ExitOnErr(
1311 ExitOnErr(codeview::mergeIdRecords(MergedIpi, TypeMap, IdMap,
1318 ExitOnErr(Builder.initialize(4096));
1341 ExitOnErr(Builder.commit(OutFile, &IgnoredOutGuid));
1352 ExitOnErr(O->dump());
1391 ExitOnErr(Writer.writeStreamRef(*SourceStream));
1392 ExitOnErr(DestStream.commit());
tools/llvm-rc/llvm-rc.cpp 187 ExitOnErr(NullResource().visit(Visitor.get()));
190 ExitOnErr(LanguageResource(0x09, 0x01).visit(Visitor.get()));
199 ExitOnErr(Resource->visit(Visitor.get()));
204 ExitOnErr(Visitor->dumpAllStringTables());
tools/llvm-rtdyld/llvm-rtdyld.cpp 233 ExitOnErr(std::move(Err));
235 ExitOnErr(make_error<StringError>("Could not find definition for \"" +
tools/llvm-xray/llvm-xray.cpp 39 ExitOnError("llvm-xray: ")(C());
tools/obj2yaml/coff2yaml.cpp 127 Err(Reader.readInteger(Magic));
131 Err(Reader.readArray(Subsections, Reader.bytesRemaining()));
tools/opt/NewPMDriver.cpp 143 Err(PB.parsePassPipeline(PM, PeepholeEPPipeline, VerifyEachPass,
152 Err(PB.parsePassPipeline(PM, LateLoopOptimizationsEPPipeline,
160 Err(PB.parsePassPipeline(PM, LoopOptimizerEndEPPipeline,
169 Err(PB.parsePassPipeline(PM, ScalarOptimizerLateEPPipeline,
177 Err(PB.parsePassPipeline(PM, CGSCCOptimizerLateEPPipeline,
185 Err(PB.parsePassPipeline(PM, VectorizerStartEPPipeline,
192 Err(PB.parsePassPipeline(PM, PipelineStartEPPipeline, VerifyEachPass,
200 Err(PB.parsePassPipeline(PM, OptimizerLastEPPipeline, VerifyEachPass,
unittests/Support/ErrorTest.cpp 482 ExitOnErr(Error::success());
491 EXPECT_EXIT(ExitOnErr(make_error<CustomError>(7)),
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp 90 ExitOnErr(ToDisk.writeYaml(State, Filename));