Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp108 m_cache_hits(0), m_cache_misses(0) in FormatCache()
127 m_cache_hits++; in GetFormat()
145 m_cache_hits++; in GetSummary()
163 m_cache_hits++; in GetSynthetic()
181 m_cache_hits++; in GetValidator()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h72 uint64_t m_cache_hits; variable
102 uint64_t GetCacheHits() { return m_cache_hits; } in GetCacheHits()