Home
last modified time | relevance | path

Searched defs:ArgBytes (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp271 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in handleSetup() argument
138 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
236 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
388 handleResult(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleResult() argument
415 handleCallWrapper(uint64_t RemoteSeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleCallWrapper() argument
431 handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) handleHangup() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp65 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
154 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
231 handleResult(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleResult() argument
252 handleCallWrapper(uint64_t RemoteSeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleCallWrapper() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp89 ArrayRef<char> ArgBytes) { in sendMessage() argument
225 SimpleRemoteEPCArgBytesVector ArgBytes; in listenLoop() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp216 unsigned ArgBytes = 0; in ffiInvoke() local