Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRawByteChannel.h43 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
H A DRPCUtils.h339 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
358 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
381 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
399 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
1046 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync()