Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataBufferHeap.h120 void AppendData(const void *src, uint64_t src_len);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataBufferHeap.cpp79 void DataBufferHeap::AppendData(const void *src, uint64_t src_len) { in AppendData() function in DataBufferHeap
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp104 m_data_buffer.AppendData(bytes, len); in AppendBytes()