Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp118 m_format_cache.Clear(); in Changed()
633 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) { in GetCached()
637 m_format_cache.GetCacheHits(), in GetCached()
638 m_format_cache.GetCacheMisses()); in GetCached()
651 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in GetCached()
654 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetCached()
677 : m_last_revision(0), m_format_cache(), m_language_categories_mutex(), in FormatManager()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h53 lldb_private::FormatCache m_format_cache; variable
H A DFormatManager.h186 FormatCache m_format_cache; variable