Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp121 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
219 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
254 handleSetup(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleSetup() argument
371 handleResult(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleResult() argument
398 handleCallWrapper(uint64_t RemoteSeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleCallWrapper() argument
414 handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) handleHangup() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp65 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleMessage()
154 ArrayRef<char> ArgBytes) { in sendMessage()
231 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleResult()
252 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleCallWrapper()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp89 ArrayRef<char> ArgBytes) { in sendMessage()
225 SimpleRemoteEPCArgBytesVector ArgBytes; in listenLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp216 unsigned ArgBytes = 0; in ffiInvoke() local