Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp138 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleMessage()
236 ArrayRef<char> ArgBytes) { in sendMessage()
271 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleSetup()
388 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleResult()
415 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleCallWrapper()
431 Error SimpleRemoteEPC::handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes) { in handleHangup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp63 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
152 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
225 handleResult(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleResult() argument
246 handleCallWrapper(uint64_t RemoteSeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleCallWrapper() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp89 ArrayRef<char> ArgBytes) { in sendMessage()
225 SimpleRemoteEPCArgBytesVector ArgBytes; in listenLoop() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp216 unsigned ArgBytes = 0; in ffiInvoke() local