Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h67 uint64_t GetCacheHits() { return m_cache_hits; } in GetCacheHits() function
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp648 m_format_cache.GetCacheHits(), in GetCached()
665 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetCached()