Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp277 void Communication::AppendBytesToCache(const uint8_t *bytes, size_t len, in AppendBytesToCache() function in Communication
329 AppendBytesToCache(buf, bytes_read, true, status); in ReadThread()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h356 virtual void AppendBytesToCache(const uint8_t *src, size_t src_len,