/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 67 if (auto Err = ES.endSession()) in testSetProcessAllSections() 172 if (auto Err = ES.endSession()) in TEST() 242 if (auto Err = ES.endSession()) in TEST()
|
D | OrcTestCommon.h | 49 if (auto Err = ES.endSession()) in ~CoreAPIsBasedStandardTest() 166 if (auto Err = ES.endSession()) in ~OrcExecutionTest()
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 50 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/ |
D | KaleidoscopeJIT.h | 63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 63 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 70 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | DeqpInstrumentation.java | 240 public void endSession () in endSession() method in DeqpInstrumentation
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 83 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
|
/external/llvm-project/clang/examples/clang-interpreter/ |
D | main.cpp | 76 if (auto Err = ES.endSession()) in ~SimpleJIT()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 168 if (auto Err = ES->endSession()) in ~KaleidoscopeJIT()
|
/external/deqp/doc/ |
D | qpa_file_format.txt | 52 #endSession
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 154 if (auto err = execution_session_->endSession()) { in ~SimpleOrcJIT()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 300 static deBool endSession (qpTestLog* log) in endSession() function 406 endSession(log); in qpTestLog_destroy()
|
/external/llvm-project/llvm/tools/llvm-jitlink/ |
D | llvm-jitlink.cpp | 781 if (auto Err = ES.endSession()) in ~Session() 1330 ExitOnErr(S->ES.endSession()); in main()
|
/external/swiftshader/src/Reactor/ |
D | LLVMJIT.cpp | 790 if(auto err = session.endSession()) in ~JITRoutine()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | LLJIT.cpp | 978 if (auto Err = ES->endSession()) in ~LLJIT()
|
D | Core.cpp | 1725 Error ExecutionSession::endSession() { in endSession() function in llvm::orc::ExecutionSession
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 1239 Error endSession();
|