Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp664 target.IncrementStats(StatisticKind::ExpressionSuccessful); in DoExecute()
669 target.IncrementStats(StatisticKind::ExpressionFailure); in DoExecute()
H A DCommandObjectFrame.cpp712 target.IncrementStats(StatisticKind::FrameVarSuccess); in DoExecute()
714 target.IncrementStats(StatisticKind::FrameVarFailure); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1457 void IncrementStats(lldb_private::StatisticKind key) { in IncrementStats() function