Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h34 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize() function
H A DProcess.h77 uint64_t GetMemoryCacheLineSize() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp27 m_L2_cache_line_byte_size(process.GetMemoryCacheLineSize()) {} in MemoryCache()
38 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()
H A DProcess.cpp197 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize() function in ProcessProperties
2002 const size_t cache_line_size = m_memory_cache.GetMemoryCacheLineSize(); in ReadCStringFromMemory()
H A DTarget.cpp1983 addr_t cache_line_size = m_process_sp->GetMemoryCacheLineSize(); in GetReasonableReadSize()