Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp659 lldb_private::DataBufferHeap *heap_buf_ptr = nullptr; in GetPointeeData() local
660 lldb::DataBufferSP data_sp(heap_buf_ptr = in GetPointeeData()
677 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()
679 so_addr, heap_buf_ptr->GetBytes(), bytes, error, true); in GetPointeeData()
691 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()
693 addr + offset, heap_buf_ptr->GetBytes(), bytes, error); in GetPointeeData()
708 heap_buf_ptr->CopyData((uint8_t *)(addr + offset), bytes_read); in GetPointeeData()