Home
last modified time | relevance | path

Searched refs:handleResult (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp105 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
227 Error SimpleRemoteEPCServer::handleResult( in handleResult() function in llvm::orc::SimpleRemoteEPCServer
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h112 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp180 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
401 Error SimpleRemoteEPC::handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, in handleResult() function in llvm::orc::SimpleRemoteEPC
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h161 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,