Home
last modified time | relevance | path

Searched refs:TerminateSession (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRemoteObjectLayerTest.cpp149 ServerEP.addHandler<remote::utils::TerminateSession>( in TEST()
161 cantFail(ClientEP.callB<remote::utils::TerminateSession>()); in TEST()
196 ServerEP.addHandler<remote::utils::TerminateSession>( in TEST()
215 cantFail(ClientEP.callB<remote::utils::TerminateSession>()); in TEST()
249 ServerEP.addHandler<remote::utils::TerminateSession>( in TEST()
264 cantFail(ClientEP.callB<remote::utils::TerminateSession>()); in TEST()
300 ServerEP.addHandler<remote::utils::TerminateSession>( in TEST()
320 cantFail(ClientEP.callB<remote::utils::TerminateSession>()); in TEST()
364 ServerEP.addHandler<remote::utils::TerminateSession>( in TEST()
402 cantFail(ClientEP.callB<remote::utils::TerminateSession>()); in TEST()
[all …]
/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp42 FUNCNAME(TerminateSession); in getJITFuncIdName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h357 class TerminateSession : public rpc::Function<TerminateSession, void()> {
DOrcRemoteTargetServer.h91 addHandler<utils::TerminateSession>(*this, &ThisT::handleTerminateSession); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h559 Error terminateSession() { return callB<utils::TerminateSession>(); } in terminateSession()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h194 typedef Function<TerminateSessionId, void()> TerminateSession; typedef
DOrcRemoteTargetServer.h130 return handle<TerminateSession>(Channel, []() { return Error::success(); }); in handleTerminateSession()
DOrcRemoteTargetClient.h687 Error terminateSession() { return callST<TerminateSession>(Channel); } in terminateSession()