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

/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp116 DataVisualization::GetSyntheticChildren (ValueObject& valobj, function in class:DataVisualization
119 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic);
H A DTypeCategoryMap.cpp207 TypeCategoryMap::GetSyntheticChildren (ValueObject& valobj, function in class:TypeCategoryMap
223 log->Printf("\n[CategoryMap::GetSyntheticChildren] Trying to use category %s", category_sp->GetName());
229 log->Printf("[CategoryMap::GetSyntheticChildren] nothing found - returning empty SP");
H A DFormatManager.cpp375 FormatManager::GetSyntheticChildren (ValueObject& valobj, function in class:FormatManager
384 log->Printf("\n\n[FormatManager::GetSyntheticChildren] Looking into cache for type %s", valobj_type.AsCString("<invalid>"));
389 log->Printf("[FormatManager::GetSyntheticChildren] Cache search success. Returning.");
391 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
396 log->Printf("[FormatManager::GetSyntheticChildren] Cache search failed. Going normal route");
398 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic);
402 log->Printf("[FormatManager::GetSyntheticChildren] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
406 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
/external/lldb/include/lldb/Core/
H A DValueObject.h1060 GetSyntheticChildren() function in class:lldb_private::ValueObject

Completed in 1571 milliseconds