Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLanguageCategory.cpp46 if (match_data.GetTypeForCache()) { in Get()
54 if (match_data.GetTypeForCache() && in Get()
69 if (match_data.GetTypeForCache()) { in Get()
77 if (match_data.GetTypeForCache() && in Get()
92 if (match_data.GetTypeForCache()) { in Get()
100 if (match_data.GetTypeForCache() && in Get()
115 if (match_data.GetTypeForCache()) { in Get()
123 if (match_data.GetTypeForCache() && in Get()
143 if (match_data.GetTypeForCache() && in GetHardcoded()
163 if (match_data.GetTypeForCache() && in GetHardcoded()
[all …]
H A DFormatManager.cpp581 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache() function in FormatManager
649 if (match_data.GetTypeForCache()) { in GetFormat()
653 match_data.GetTypeForCache().AsCString("<invalid>")); in GetFormat()
699 m_format_cache.SetFormat(match_data.GetTypeForCache(), retval); in GetFormat()
727 if (match_data.GetTypeForCache()) { in GetSummaryFormat()
777 m_format_cache.SetSummary(match_data.GetTypeForCache(), retval); in GetSummaryFormat()
806 if (match_data.GetTypeForCache()) { in GetSyntheticChildren()
856 match_data.GetTypeForCache().AsCString("<invalid>")); in GetSyntheticChildren()
857 m_format_cache.SetSynthetic(match_data.GetTypeForCache(), retval); in GetSyntheticChildren()
872 if (match_data.GetTypeForCache()) { in GetValidator()
[all …]
H A DFormatClasses.cpp27 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);
40 ConstString FormattersMatchData::GetTypeForCache() { return m_type_for_cache; } in GetTypeForCache() function in FormattersMatchData
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h96 ConstString GetTypeForCache();
H A DFormatManager.h203 static ConstString GetTypeForCache(ValueObject &, lldb::DynamicValueType);