Searched refs:m_format_cache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | LanguageCategory.cpp | 26 m_hardcoded_synthetics(), m_hardcoded_validators(), m_format_cache(), in LanguageCategory() 47 if (m_format_cache.GetFormat(match_data.GetTypeForCache(), format_sp)) in Get() 56 m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp); in Get() 70 if (m_format_cache.GetSummary(match_data.GetTypeForCache(), format_sp)) in Get() 79 m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp); in Get() 102 m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp); in Get() 125 m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp); in Get() 145 m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp); in GetHardcoded() 165 m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp); in GetHardcoded() 185 m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp); in GetHardcoded() [all …]
|
| H A D | FormatManager.cpp | 113 m_format_cache.Clear(); in Changed() 659 m_format_cache.GetCacheHits(), in GetFormat() 660 m_format_cache.GetCacheMisses()); in GetFormat() 702 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetFormat() 737 m_format_cache.GetCacheHits(), in GetSummaryFormat() 738 m_format_cache.GetCacheMisses()); in GetSummaryFormat() 780 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSummaryFormat() 816 m_format_cache.GetCacheHits(), in GetSyntheticChildren() 860 m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSyntheticChildren() 882 m_format_cache.GetCacheHits(), in GetValidator() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | LanguageCategory.h | 69 lldb_private::FormatCache m_format_cache; variable
|
| H A D | FormatManager.h | 223 FormatCache m_format_cache; variable
|