Searched refs:ResponseHandler (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h623 // ResponseHandler represents a handler for a not-yet-received function call
625 template <typename ChannelT> class ResponseHandler { class in namespace:llvm::orc::rpc::detail
627 virtual ~ResponseHandler() {}
631 // ResponseHandler subclass but could, for example, mean running a
644 // ResponseHandler subclass for RPC functions with non-void returns.
646 class ResponseHandlerImpl : public ResponseHandler<ChannelT> {
678 // ResponseHandler subclass for RPC functions with void returns.
681 : public ResponseHandler<ChannelT> {
709 : public ResponseHandler<ChannelT> {
744 : public ResponseHandler<Channel
[all...]

Completed in 105 milliseconds