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

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp23 m_hardcoded_synthetics(), m_format_cache(), m_enabled(false) {
43 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp))
52 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp);
122 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; }
H A DFormatManager.cpp118 m_format_cache.Clear();
646 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) {
650 m_format_cache.GetCacheHits(),
651 m_format_cache.GetCacheMisses());
664 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp);
667 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
690 : m_last_revision(0), m_format_cache(), m_language_categories_mutex(),
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h53 lldb_private::FormatCache m_format_cache; member in class:lldb_private::LanguageCategory
H A DFormatManager.h194 FormatCache m_format_cache; member in class:lldb_private::FormatManager

Completed in 108 milliseconds