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.h221 enum StatisticKind { enum
251 inline std::string GetStatDescription(lldb_private::StatisticKind K) { in GetStatDescription()
253 case StatisticKind::ExpressionSuccessful: in GetStatDescription()
255 case StatisticKind::ExpressionFailure: in GetStatDescription()
257 case StatisticKind::FrameVarSuccess: in GetStatDescription()
259 case StatisticKind::FrameVarFailure: in GetStatDescription()
261 case StatisticKind::StatisticMax: in GetStatDescription()