Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp704 lldb_private::DataBufferHeap *heap_buf_ptr = nullptr; in GetPointeeData() local
705 lldb::DataBufferSP data_sp(heap_buf_ptr = in GetPointeeData()
722 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()
724 so_addr, heap_buf_ptr->GetBytes(), bytes, error, true); in GetPointeeData()
736 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()
738 addr + offset, heap_buf_ptr->GetBytes(), bytes, error); in GetPointeeData()
753 heap_buf_ptr->CopyData((uint8_t *)(addr + offset), bytes_read); in GetPointeeData()