Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DQueueChannel.h97 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() function
99 return orc::rpc::RawByteChannel::startReceiveMessage(FnId, SeqNo); in startReceiveMessage()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() function
DRPCUtils.h1078 if (auto Err = C.startReceiveMessage(FnId, SeqNo)) { in handleOne()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRawByteChannel.h61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() function
DRPCUtils.h1081 if (auto Err = C.startReceiveMessage(FnId, SeqNo)) { in handleOne()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCChannel.h70 inline Error startReceiveMessage(RPCChannel &C) { in startReceiveMessage() function
DRPCUtils.h479 if (auto Err = startReceiveMessage(C)) in startReceivingFunction()