Home
last modified time | relevance | path

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

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