Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp151 static Expected<int> connectTCPSocketImpl(std::string Host, in connectTCPSocketImpl() function
209 Expected<int> SockFD = connectTCPSocketImpl(Host.str(), PortStr.str()); in connectTCPSocket()