Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h222 enum StatisticKind { enum
252 inline std::string GetStatDescription(lldb_private::StatisticKind K) { in GetStatDescription()
254 case StatisticKind::ExpressionSuccessful: in GetStatDescription()
256 case StatisticKind::ExpressionFailure: in GetStatDescription()
258 case StatisticKind::FrameVarSuccess: in GetStatDescription()
260 case StatisticKind::FrameVarFailure: in GetStatDescription()
262 case StatisticKind::StatisticMax: in GetStatDescription()