Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp63 int openListener(std::string Host, std::string PortStr) { in openListener()
146 StringRef Host, PortStr; in main() local
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp152 std::string PortStr) { in connectTCPSocketImpl()
199 StringRef Host, PortStr; in connectTCPSocket() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp799 static Expected<int> connectTCPSocket(std::string Host, std::string PortStr) { in connectTCPSocket()