Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp267 static Expected<int> connectTCPSocketImpl(std::string Host, in connectTCPSocketImpl() function
326 Expected<int> SockFD = connectTCPSocketImpl(Host.str(), PortStr.str()); in ConnectTCPSocket()