Home
last modified time | relevance | path

Searched defs:Host (Results 1 – 5 of 5) 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.cpp151 static Expected<int> connectTCPSocketImpl(std::string Host, in connectTCPSocketImpl()
199 StringRef Host, PortStr; in connectTCPSocket() local
/openbsd-src/gnu/llvm/lldb/docs/design/
H A Doverview.rst126 Host chapter
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h30 Host = Log::ChannelFlag<11>, enumerator
/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()