Home
last modified time | relevance | path

Searched refs:GetSummaryStatisticsCache (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp212 target.GetSummaryStatisticsCache().ToJSON()); in ToJSON()
231 target.GetSummaryStatisticsCache().Reset(); in Reset()
H A DTarget.cpp3333 SummaryStatisticsCache &Target::GetSummaryStatisticsCache() { in GetSummaryStatisticsCache() function in Target
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1266 lldb_private::SummaryStatisticsCache &GetSummaryStatisticsCache();
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp618 target_sp->GetSummaryStatisticsCache() in GetSummaryAsCString()