Searched refs:GetTypeForCache (Results 1 – 5 of 5) sorted by relevance
42 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()
25 m_type_for_cache = FormatManager::GetTypeForCache(valobj, use_dynamic);39 ConstString FormattersMatchData::GetTypeForCache() { return m_type_for_cache; } in GetTypeForCache() function in FormattersMatchData
556 ConstString FormatManager::GetTypeForCache(ValueObject &valobj, in GetTypeForCache() function in FormatManager641 if (match_data.GetTypeForCache()) { in GetCached()643 match_data.GetTypeForCache().AsCString("<invalid>")); in GetCached()644 if (m_format_cache.Get(match_data.GetTypeForCache(), retval_sp)) { in GetCached()658 if (match_data.GetTypeForCache() && (!retval_sp || !retval_sp->NonCacheable())) { in GetCached()661 match_data.GetTypeForCache().AsCString("<invalid>")); in GetCached()662 m_format_cache.Set(match_data.GetTypeForCache(), retval_sp); in GetCached()
90 ConstString GetTypeForCache();
170 static ConstString GetTypeForCache(ValueObject &, lldb::DynamicValueType);