Searched refs:RemoteSeqNo (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 251 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 D | SimpleRemoteEPC.cpp | 414 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 D | SimpleRemoteEPC.h | 115 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.h | 162 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
|