Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp67 if (auto Err = ES.endSession()) in testSetProcessAllSections()
172 if (auto Err = ES.endSession()) in TEST()
242 if (auto Err = ES.endSession()) in TEST()
DOrcTestCommon.h49 if (auto Err = ES.endSession()) in ~CoreAPIsBasedStandardTest()
166 if (auto Err = ES.endSession()) in ~OrcExecutionTest()
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp50 void endSession (void);
113 void TestLogListener::endSession (void) in endSession() function in __anondf9d235f0111::TestLogListener
216 listener.endSession(); in parse()
/external/llvm-project/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h70 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java240 public void endSession () in endSession() method in DeqpInstrumentation
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h83 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp76 if (auto Err = ES.endSession()) in ~SimpleJIT()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h168 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
/external/deqp/doc/
Dqpa_file_format.txt52 #endSession
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc154 if (auto err = execution_session_->endSession()) { in ~SimpleOrcJIT()
/external/deqp/framework/qphelper/
DqpTestLog.c300 static deBool endSession (qpTestLog* log) in endSession() function
406 endSession(log); in qpTestLog_destroy()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp781 if (auto Err = ES.endSession()) in ~Session()
1330 ExitOnErr(S->ES.endSession()); in main()
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp790 if(auto err = session.endSession()) in ~JITRoutine()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp978 if (auto Err = ES->endSession()) in ~LLJIT()
DCore.cpp1725 Error ExecutionSession::endSession() { in endSession() function in llvm::orc::ExecutionSession
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1239 Error endSession();