Searched defs:GetSummaryFormat (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp102 DataVisualization::GetSummaryFormat (ValueObject& valobj, function in class:DataVisualization
105 return GetFormatManager().GetSummaryFormat(valobj, use_dynamic);
246 DataVisualization::NamedSummaryFormats::GetSummaryFormat (const ConstString &type, lldb::TypeSummaryImplSP &entry) function in class:DataVisualization::NamedSummaryFormats
H A DTypeCategoryMap.cpp180 TypeCategoryMap::GetSummaryFormat (ValueObject& valobj, function in class:TypeCategoryMap
195 log->Printf("\n[CategoryMap::GetSummaryFormat] Trying to use category %s", category_sp->GetName());
201 log->Printf("[CategoryMap::GetSummaryFormat] nothing found - returning empty SP");
H A DFormatManager.cpp338 FormatManager::GetSummaryFormat (ValueObject& valobj, function in class:FormatManager
347 log->Printf("\n\n[FormatManager::GetSummaryFormat] Looking into cache for type %s", valobj_type.AsCString("<invalid>"));
352 log->Printf("[FormatManager::GetSummaryFormat] Cache search success. Returning.");
354 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
359 log->Printf("[FormatManager::GetSummaryFormat] Cache search failed. Going normal route");
361 retval = m_categories_map.GetSummaryFormat(valobj, use_dynamic);
365 log->Printf("[FormatManager::GetSummaryFormat] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
369 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
/external/lldb/include/lldb/Core/
H A DValueObject.h1023 GetSummaryFormat() function in class:lldb_private::ValueObject

Completed in 699 milliseconds