Home
last modified time | relevance | path

Searched refs:m_format_cache (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp23 m_hardcoded_synthetics(), m_format_cache(), m_enabled(false) { in LanguageCategory()
43 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) in Get()
52 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in Get()
122 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; } in GetFormatCache()
H A DFormatManager.cpp117 m_format_cache.Clear(); in Changed()
652 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) { in GetCached()
656 m_format_cache.GetCacheHits(), in GetCached()
657 m_format_cache.GetCacheMisses()); in GetCached()
669 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in GetCached()
672 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetCached()
697 : m_last_revision(0), m_format_cache(), m_language_categories_mutex(), in FormatManager()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h53 lldb_private::FormatCache m_format_cache; variable
H A DFormatManager.h186 FormatCache m_format_cache; variable