Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp136 auto data_buffer_heap_sp = in GetL2CacheLine() local
139 line_base_addr, data_buffer_heap_sp->GetBytes(), in GetL2CacheLine()
140 data_buffer_heap_sp->GetByteSize(), error); in GetL2CacheLine()
148 data_buffer_heap_sp->SetByteSize(process_bytes_read); in GetL2CacheLine()
150 m_L2_cache[line_base_addr] = data_buffer_heap_sp; in GetL2CacheLine()
151 return data_buffer_heap_sp; in GetL2CacheLine()