Home
last modified time | relevance | path

Searched refs:GetTypeForCache (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp42 if (match_data.GetTypeForCache()) { in Get()
43 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) in Get()
50 if (match_data.GetTypeForCache() && in Get()
52 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in Get()
H A DFormatClasses.cpp25 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);
39 ConstString FormattersMatchData::GetTypeForCache() { return m_type_for_cache; } in GetTypeForCache() function in FormattersMatchData
H A DFormatManager.cpp557 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache() function in FormatManager
649 if (match_data.GetTypeForCache()) { in GetCached()
651 match_data.GetTypeForCache().AsCString("<invalid>")); in GetCached()
652 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) { in GetCached()
665 if (match_data.GetTypeForCache() && (!retval_sp || !retval_sp->NonCacheable())) { in GetCached()
668 match_data.GetTypeForCache().AsCString("<invalid>")); in GetCached()
669 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in GetCached()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h130 ConstString GetTypeForCache();
H A DFormatManager.h170 static ConstString GetTypeForCache(ValueObject &, lldb::DynamicValueType);