Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp134 size_t cached_bytes = GetCachedBytes(dst, dst_len); in Read()
154 return GetCachedBytes(dst, dst_len); in Read()
259 size_t Communication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes() function in Communication
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h375 size_t GetCachedBytes(void *dst, size_t dst_len);