Searched refs:m_format_cache (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/DataFormatters/ |
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()
|
D | FormatManager.cpp | 118 m_format_cache.Clear(); in Changed() 644 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) { in GetCached() 648 m_format_cache.GetCacheHits(), in GetCached() 649 m_format_cache.GetCacheMisses()); in GetCached() 662 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in GetCached() 665 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetCached() 688 : m_last_revision(0), m_format_cache(), m_language_categories_mutex(), in FormatManager()
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | LanguageCategory.h | 53 lldb_private::FormatCache m_format_cache; variable
|
D | FormatManager.h | 187 FormatCache m_format_cache; variable
|