Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp62 int openListener(std::string Host, std::string PortStr) { in openListener()
145 StringRef Host, PortStr; in main() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp152 std::string PortStr) { in connectTCPSocketImpl()
199 StringRef Host, PortStr; in connectTCPSocket() local
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp896 static Expected<int> connectTCPSocket(std::string Host, std::string PortStr) { in connectTCPSocket()