Home
last modified time | relevance | path

Searched refs:endSession (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DExecutionSessionWrapperFunctionCallsTest.cpp46 cantFail(ES.endSession()); in TEST()
59 cantFail(ES.endSession()); in TEST()
76 cantFail(ES.endSession()); in TEST()
118 cantFail(ES.endSession()); in TEST()
H A DRTDyldObjectLinkingLayerTest.cpp67 if (auto Err = ES.endSession()) in testSetProcessAllSections()
173 if (auto Err = ES.endSession()) in TEST()
243 if (auto Err = ES.endSession()) in TEST()
H A DObjectLinkingLayerTest.cpp30 if (auto Err = ES.endSession()) in ~ObjectLinkingLayerTest()
H A DOrcTestCommon.h50 if (auto Err = ES.endSession()) in ~CoreAPIsBasedStandardTest()
H A DCoreAPIsTest.cpp1414 auto _ = make_scope_exit([&]() { cantFail(ES.endSession()); }); in TEST()
1456 auto _ = make_scope_exit([&]() { cantFail(ES.endSession()); }); in TEST()
1480 auto _ = make_scope_exit([&]() { cantFail(ES.endSession()); }); in TEST()
1577 cantFail(ES.endSession()); in TEST()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h60 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h64 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h67 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h81 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h166 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp692 if (auto Err = ES->endSession()) in ~LLJIT()
H A DCore.cpp1895 Error ExecutionSession::endSession() { in endSession() function in llvm::orc::ExecutionSession
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1020 if (auto Err = ES.endSession()) in ~Session()
2087 ExitOnErr(S->ES.endSession()); in main()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1397 Error endSession();