Home
last modified time | relevance | path

Searched refs:ConnectUDP (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h94 lldb::ConnectionStatus ConnectUDP(llvm::StringRef args,
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp161 .Case("udp", &ConnectionFileDescriptor::ConnectUDP) in Connect()
645 ConnectionFileDescriptor::ConnectUDP(llvm::StringRef s, in ConnectUDP() function in ConnectionFileDescriptor