Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DSocket.h77 UdpConnect(llvm::StringRef host_and_port, bool child_processes_inherit);
/external/llvm-project/lldb/source/Host/common/
DSocket.cpp206 Socket::UdpConnect(llvm::StringRef host_and_port, in UdpConnect() function in Socket
/external/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp751 Socket::UdpConnect(s, m_child_processes_inherit); in ConnectUDP()