Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp676 target->IncrementStats(StatisticKind::ExpressionSuccessful); in DoExecute()
681 target->IncrementStats(StatisticKind::ExpressionFailure); in DoExecute()
H A DCommandObjectFrame.cpp743 target->IncrementStats(StatisticKind::FrameVarSuccess); in DoExecute()
745 target->IncrementStats(StatisticKind::FrameVarFailure); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1326 void IncrementStats(lldb_private::StatisticKind key) { in IncrementStats() function