Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp88 size_t cached_bytes = GetCachedBytes(dst, dst_len); in Read()
115 cached_bytes = GetCachedBytes(dst, dst_len); in Read()
136 return GetCachedBytes(dst, dst_len); in Read()
221 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes() function in ThreadedCommunication
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h290 size_t GetCachedBytes(void *dst, size_t dst_len);