Searched refs:GetSyntheticChildren (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h71 GetSyntheticChildren(ValueObject& valobj,
H A DTypeCategoryMap.h107 GetSyntheticChildren (ValueObject& valobj,
H A DFormatManager.h152 GetSyntheticChildren (ValueObject& valobj,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp75 DataVisualization::GetSyntheticChildren (ValueObject& valobj, function in class:DataVisualization
78 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic);
H A DTypeCategoryMap.cpp240 TypeCategoryMap::GetSyntheticChildren (ValueObject& valobj, function in class:TypeCategoryMap
258 log->Printf("\n[CategoryMap::GetSyntheticChildren] Trying to use category %s", category_sp->GetName());
264 log->Printf("[CategoryMap::GetSyntheticChildren] nothing found - returning empty SP");
H A DFormatManager.cpp495 if (child_sp->GetSyntheticChildren().get() != nullptr)
663 FormatManager::GetSyntheticChildren (ValueObject& valobj, function in class:FormatManager
672 log->Printf("\n\n[FormatManager::GetSyntheticChildren] Looking into cache for type %s", valobj_type.AsCString("<invalid>"));
677 log->Printf("[FormatManager::GetSyntheticChildren] Cache search success. Returning.");
679 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
684 log->Printf("[FormatManager::GetSyntheticChildren] Cache search failed. Going normal route");
686 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic);
690 log->Printf("[FormatManager::GetSyntheticChildren] Search failed. Giving hardcoded a chance.");
696 log->Printf("[FormatManager::GetSyntheticChildren] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
700 log->Printf("[FormatManager::GetSyntheticChildren] Cach
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h862 GetSyntheticChildren() function in class:lldb_private::ValueObject
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp645 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren();
668 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp252 SetSyntheticChildren(DataVisualization::GetSyntheticChildren (*this, GetDynamicValueType()));

Completed in 172 milliseconds