Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferHeap.h99 void AppendData(const void *src, uint64_t src_len);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp62 void DataBufferHeap::AppendData(const void *src, uint64_t src_len) { in AppendData() function in DataBufferHeap
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp98 m_data_buffer.AppendData(bytes, len); in AppendBytes()