Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatCache.h52 uint64_t m_cache_hits = 0; variable
67 uint64_t GetCacheHits() { return m_cache_hits; } in GetCacheHits()
/external/llvm-project/lldb/source/DataFormatters/
DFormatCache.cpp81 m_cache_hits++; in Get()