Searched refs:startSendMessage (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | QueueChannel.h | 85 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/ |
D | RPCUtils.h | 132 if (auto Err = startSendMessage(C)) in respond() 179 if (auto Err = startSendMessage(C)) in respond() 198 if (auto Err = startSendMessage(C)) in call()
|
D | RPCChannel.h | 56 inline Error startSendMessage(RPCChannel &C) { in startSendMessage() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RawByteChannel.h | 42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
|
D | RPCUtils.h | 328 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/ |
D | RawByteChannel.h | 42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() function
|
D | RPCUtils.h | 330 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()
|