Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatCache.h67 uint64_t GetCacheHits() { return m_cache_hits; } in GetCacheHits() function
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp647 m_format_cache.GetCacheHits(), in GetCached()
664 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetCached()