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/ValueObject/
H A DValueObject.cpp704 lldb_private::DataBufferHeap *heap_buf_ptr = nullptr; in GetPointeeData() local
705 lldb::DataBufferSP data_sp(heap_buf_ptr = in GetPointeeData()
721 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()
723 so_addr, heap_buf_ptr->GetBytes(), bytes, error, true); in GetPointeeData()
734 heap_buf_ptr->SetByteSize(bytes); in GetPointeeData()
738 target->ReadMemory(target_addr, heap_buf_ptr->GetBytes(), bytes, in GetPointeeData()
754 heap_buf_ptr->CopyData((uint8_t *)(addr + offset), bytes_read); in GetPointeeData()