Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DMemory.h34 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize() function
DProcess.h77 uint64_t GetMemoryCacheLineSize() const;
/external/llvm-project/lldb/source/Target/
DMemory.cpp26 m_L2_cache_line_byte_size(process.GetMemoryCacheLineSize()) {} in MemoryCache()
37 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()
DProcess.cpp184 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize() function in ProcessProperties
2106 const size_t cache_line_size = m_memory_cache.GetMemoryCacheLineSize(); in ReadStringFromMemory()
2154 const size_t cache_line_size = m_memory_cache.GetMemoryCacheLineSize(); in ReadCStringFromMemory()