Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h70 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h83 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp76 if (auto Err = ES.endSession()) in ~SimpleJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h168 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp824 if (auto Err = ES.endSession()) in ~Session()
1387 ExitOnErr(S->ES.endSession()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1002 if (auto Err = ES->endSession()) in ~LLJIT()
H A DCore.cpp1765 Error ExecutionSession::endSession() { in endSession() function in llvm::orc::ExecutionSession
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1273 Error endSession();