Home
last modified time | relevance | path

Searched refs:setErrorReporter (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp181 ES->setErrorReporter([&](Error Err) { ExitOnErr(std::move(Err)); }); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp240 unwrap(ES)->setErrorReporter( in LLVMOrcExecutionSessionSetErrorReporter()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp724 ES.setErrorReporter([&](Error Err) { ExitOnErr(std::move(Err)); }); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1328 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() function