Searched refs:TCPSocketJITLinkExecutor (Results 1 – 3 of 3) sorted by relevance
40 class TCPSocketJITLinkExecutor; variable57 static Expected<std::unique_ptr<TCPSocketJITLinkExecutor>>101 class TCPSocketJITLinkExecutor : public JITLinkExecutor {103 TCPSocketJITLinkExecutor(std::unique_ptr<RemoteTargetProcessControl> TPC);
175 TCPSocketJITLinkExecutor::TCPSocketJITLinkExecutor( in TCPSocketJITLinkExecutor() function in TCPSocketJITLinkExecutor190 Expected<std::unique_ptr<TCPSocketJITLinkExecutor>>306 Expected<std::unique_ptr<TCPSocketJITLinkExecutor>>343 return std::unique_ptr<TCPSocketJITLinkExecutor>( in ConnectTCPSocket()344 new TCPSocketJITLinkExecutor(std::move(TPC))); in ConnectTCPSocket()
140 std::unique_ptr<TCPSocketJITLinkExecutor> Exec = in connectExecutor()