Home
last modified time | relevance | path

Searched refs:startSendMessage (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DQueueChannel.h85 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
87 return orc::rpc::RawByteChannel::startSendMessage(FnId, SeqNo); in startSendMessage()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h132 if (auto Err = startSendMessage(C)) in respond()
179 if (auto Err = startSendMessage(C)) in respond()
198 if (auto Err = startSendMessage(C)) in call()
DRPCChannel.h56 inline Error startSendMessage(RPCChannel &C) { in startSendMessage() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
DRPCUtils.h328 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
349 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
374 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
395 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
1044 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
DRPCUtils.h330 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
351 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
376 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
397 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
1047 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync()