Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp660 m_format_cache.GetCacheMisses()); in GetFormat()
702 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetFormat()
738 m_format_cache.GetCacheMisses()); in GetSummaryFormat()
780 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSummaryFormat()
817 m_format_cache.GetCacheMisses()); in GetSyntheticChildren()
860 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSyntheticChildren()
883 m_format_cache.GetCacheMisses()); 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.h104 uint64_t GetCacheMisses() { return m_cache_misses; } in GetCacheMisses() function