Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DCommunication.cpp136 size_t cached_bytes = GetCachedBytes(dst, dst_len); in Read()
156 return GetCachedBytes(dst, dst_len); in Read()
252 size_t Communication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes() function in Communication
/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h359 size_t GetCachedBytes(void *dst, size_t dst_len);