Home
last modified time | relevance | path

Searched defs:GetMemoryCacheLineSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h34 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp224 uint64_t ProcessProperties::GetMemoryCacheLineSize() const { in GetMemoryCacheLineSize() function in ProcessProperties