Home
last modified time | relevance | path

Searched refs:SummaryStatistics (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h31 class SummaryStatistics; variable
33 typedef std::shared_ptr<SummaryStatistics> SummaryStatisticsSP;
216 class SummaryStatistics {
218 explicit SummaryStatistics(std::string name, std::string impl_type) in SummaryStatistics() function
279 std::make_shared<SummaryStatistics>(provider.GetName(), in GetSummaryStatisticsForProvider()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp511 llvm::json::Value SummaryStatistics::ToJSON() const { in ToJSON()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp622 SummaryStatistics::SummaryInvocation invocation(stats_sp); in GetSummaryAsCString()