Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp1126 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes(); in Append() local
1128 memcpy(bytes_ptr, GetDataStart(), GetByteSize()); in Append()
1129 memcpy(bytes_ptr + GetByteSize(), rhs.GetDataStart(), rhs.GetByteSize()); in Append()
1151 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes(); in Append() local
1154 memcpy(bytes_ptr, GetDataStart(), GetByteSize()); in Append()
1156 memcpy(bytes_ptr + GetByteSize(), buf, length); in Append()