Searched refs:handleResult (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 105 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 D | SimpleRemoteEPC.h | 112 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 180 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 D | SimpleRemoteEPCServer.h | 161 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
|