Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp251 uint64_t RemoteSeqNo, ExecutorAddr TagAddr, in handleCallWrapper()
253 D->dispatch([this, RemoteSeqNo, TagAddr, ArgBytes = std::move(ArgBytes)]() { in handleCallWrapper()
259 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo,
245 handleCallWrapper(uint64_t RemoteSeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleCallWrapper() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp414 uint64_t RemoteSeqNo, ExecutorAddr TagAddr, in handleCallWrapper() argument
418 [this, RemoteSeqNo, TagAddr, ArgBytes = std::move(ArgBytes)]() { in handleCallWrapper()
420 [this, RemoteSeqNo](shared::WrapperFunctionResult WFR) { in handleCallWrapper()
422 sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo, in handleCallWrapper()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h115 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h162 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,