Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h64 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h60 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h67 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h81 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h166 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp927 if (auto Err = ES.endSession()) in ~Session()
2081 ExitOnErr(S->ES.endSession()); in main()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp746 if (auto Err = ES->endSession()) in ~LLJIT()
H A DCore.cpp1895 Error ExecutionSession::endSession() { in endSession() function in llvm::orc::ExecutionSession
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1412 Error endSession();