Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp1120 DataBufferHeap *buffer_heap_ptr = nullptr; in Append() local
1121 DataBufferSP buffer_sp(buffer_heap_ptr = new DataBufferHeap(bytes, 0)); in Append()
1123 if (!buffer_sp || buffer_heap_ptr == nullptr) in Append()
1126 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes(); in Append()
1145 DataBufferHeap *buffer_heap_ptr = nullptr; in Append() local
1146 DataBufferSP buffer_sp(buffer_heap_ptr = new DataBufferHeap(bytes, 0)); in Append()
1148 if (!buffer_sp || buffer_heap_ptr == nullptr) in Append()
1151 uint8_t *bytes_ptr = buffer_heap_ptr->GetBytes(); in Append()