Home
last modified time | relevance | path

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

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