Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp95 return ReadFromConnection(dst, dst_len, timeout, status, error_ptr); in Read()
127 size_t Communication::ReadFromConnection(void *dst, size_t dst_len, in ReadFromConnection() function in Communication
H A DThreadedCommunication.cpp277 size_t bytes_read = ReadFromConnection( in ReadThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h174 size_t ReadFromConnection(void *dst, size_t dst_len,