Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
H A DRPCUtils.h331 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
351 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
373 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
394 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
1040 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync()