Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp138 size_t process_bytes_read = m_process.ReadMemoryFromInferior( in GetL2CacheLine() local
143 if (process_bytes_read == 0) in GetL2CacheLine()
147 if (process_bytes_read < m_L2_cache_line_byte_size) in GetL2CacheLine()
148 data_buffer_heap_sp->SetByteSize(process_bytes_read); in GetL2CacheLine()