Searched refs:OrcRPCTPCServer (Results 1 – 2 of 2) sorted by relevance
122 OrcRPCTPCServer<JITLinkExecutorEndpoint> Server(EP); in main()
383 template <typename RPCEndpointT> class OrcRPCTPCServer {386 OrcRPCTPCServer(RPCEndpointT &EP) : EP(EP) { in OrcRPCTPCServer() function387 using ThisT = OrcRPCTPCServer<RPCEndpointT>; in OrcRPCTPCServer()