Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp659 m_format_cache.GetCacheHits(), in GetFormat()
702 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetFormat()
737 m_format_cache.GetCacheHits(), in GetSummaryFormat()
780 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSummaryFormat()
816 m_format_cache.GetCacheHits(), in GetSyntheticChildren()
860 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSyntheticChildren()
882 m_format_cache.GetCacheHits(), in GetValidator()
925 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetValidator()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h102 uint64_t GetCacheHits() { return m_cache_hits; } in GetCacheHits() function