Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h1549 class RPCAsyncDispatch {
1551 RPCAsyncDispatch(RPCClass &Endpoint) : Endpoint(Endpoint) {} in RPCAsyncDispatch() function
1564 RPCAsyncDispatch<RPCEndpointT, Func> rpcAsyncDispatch(RPCEndpointT &Endpoint) { in rpcAsyncDispatch()
1565 return RPCAsyncDispatch<RPCEndpointT, Func>(Endpoint); in rpcAsyncDispatch()