Home
last modified time | relevance | path

Searched defs:GetMemoryCacheLineSize (Results 1 – 2 of 2) 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
/external/llvm-project/lldb/source/Target/
DProcess.cpp184 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize() function in ProcessProperties