Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp42 FUNCNAME(TerminateSession); in getJITFuncIdName()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h362 class TerminateSession : public rpc::Function<TerminateSession, void()> {
DOrcRemoteTargetServer.h92 addHandler<utils::TerminateSession>(*this, &ThisT::handleTerminateSession); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h804 Error terminateSession() { return callB<utils::TerminateSession>(); } in terminateSession()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h355 class TerminateSession : public rpc::Function<TerminateSession, void()> {
DOrcRemoteTargetServer.h90 addHandler<utils::TerminateSession>(*this, &ThisT::handleTerminateSession); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h583 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()