Home
last modified time | relevance | path

Searched defs:Host (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp52 int openListener(std::string Host, std::string PortStr) { in openListener()
127 StringRef Host, PortStr; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp267 static Expected<int> connectTCPSocketImpl(std::string Host, in connectTCPSocketImpl()
316 StringRef Host, PortStr; in ConnectTCPSocket() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp682 static Expected<int> connectTCPSocket(std::string Host, std::string PortStr) { in connectTCPSocket()