Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h214 enum StatisticKind { enum
237 inline std::string GetStatDescription(lldb_private::StatisticKind K) { in GetStatDescription()
239 case StatisticKind::ExpressionSuccessful: in GetStatDescription()
241 case StatisticKind::ExpressionFailure: in GetStatDescription()
243 case StatisticKind::FrameVarSuccess: in GetStatDescription()
245 case StatisticKind::FrameVarFailure: in GetStatDescription()
247 case StatisticKind::StatisticMax: in GetStatDescription()