Home
last modified time | relevance | path

Searched refs:ResponseId (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h55 static const T ResponseId = static_cast<T>(1); variable
88 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId,
125 FunctionIdT ResponseId = RPCFunctionIdTraits<FunctionIdT>::ResponseId; in respond() local
134 if (auto Err = serializeSeq(C, ResponseId, SeqNo, *Result)) in respond()
145 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId,
171 const FunctionIdT ResponseId = in respond() local
172 RPCFunctionIdTraits<FunctionIdT>::ResponseId; in respond()
181 if (auto Err = serializeSeq(C, ResponseId, SeqNo)) in respond()
583 if (Id == RPCFunctionIdTraits<FunctionIdT>::ResponseId) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h323 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
330 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
347 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
351 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
369 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
376 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
393 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
397 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
411 Error respond(ChannelT &C, const FunctionIdT &ResponseId, in respond() argument
414 template sendResult<WireRetT>(C, ResponseId, SeqNo, std::move(ResultOrErr)); in respond()
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h321 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
328 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
345 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
349 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
367 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
374 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
391 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() argument
395 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
409 Error respond(ChannelT &C, const FunctionIdT &ResponseId, in respond() argument
412 template sendResult<WireRetT>(C, ResponseId, SeqNo, std::move(ResultOrErr)); in respond()
[all …]