Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1537 template <typename RPCClass, typename Func> class RPCAsyncDispatch {
1539 RPCAsyncDispatch(RPCClass &Endpoint) : Endpoint(Endpoint) {} in RPCAsyncDispatch() function
1552 RPCAsyncDispatch<RPCEndpointT, Func> rpcAsyncDispatch(RPCEndpointT &Endpoint) { in rpcAsyncDispatch()
1553 return RPCAsyncDispatch<RPCEndpointT, Func>(Endpoint); in rpcAsyncDispatch()