Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h51 uint64_t m_cache_hits = 0; variable
64 uint64_t GetCacheHits() { return m_cache_hits; } in GetCacheHits()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp73 m_cache_hits++; in Get()