Home
last modified time | relevance | path

Searched refs:sendMessage (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp152 Error SimpleRemoteEPCServer::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage()
157 dbgs() << "SimpleRemoteEPCServer::sendMessage: opc = "; in sendMessage()
181 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage()
184 dbgs() << " \\--> SimpleRemoteEPC::sendMessage failed\n"; in sendMessage()
225 return sendMessage(SimpleRemoteEPCOpcode::Setup, 0, ExecutorAddr(), in handleResult()
259 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo,
283 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo,
150 Error SimpleRemoteEPCServer::sendMessage(SimpleRemoteEPCOpcode OpC, sendMessage() function in llvm::orc::SimpleRemoteEPCServer
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp102 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync()
234 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in sendMessage() function in llvm::orc::SimpleRemoteEPC
262 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage()
422 sendMessage(SimpleRemoteEPCOpcode::Result, RemoteSeqNo, in handleCallWrapper()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h93 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
121 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h106 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() function in llvm::orc::FDSimpleRemoteEPCTransport
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h154 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,