Searched refs:m_format_cache (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | LanguageCategory.cpp | 23 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 D | FormatManager.cpp | 117 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 D | LanguageCategory.h | 53 lldb_private::FormatCache m_format_cache; variable
|
H A D | FormatManager.h | 186 FormatCache m_format_cache; variable
|