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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp24 m_hardcoded_synthetics(), m_format_cache(), m_enabled(false) {
44 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp))
53 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp);
123 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; }
H A DFormatManager.cpp118 m_format_cache.Clear();
657 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) {
661 m_format_cache.GetCacheHits(),
662 m_format_cache.GetCacheMisses());
675 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp);
678 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
701 : m_last_revision(0), m_format_cache(), m_language_categories_mutex(),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h54 lldb_private::FormatCache m_format_cache; member in class:lldb_private::LanguageCategory
H A DFormatManager.h195 FormatCache m_format_cache; member in class:lldb_private::FormatManager

Completed in 62 milliseconds