Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h217 enum StatisticKind { enum
257 inline std::string GetStatDescription(lldb_private::StatisticKind K) { in GetStatDescription()
259 case StatisticKind::ExpressionSuccessful: in GetStatDescription()
261 case StatisticKind::ExpressionFailure: in GetStatDescription()
263 case StatisticKind::FrameVarSuccess: in GetStatDescription()
265 case StatisticKind::FrameVarFailure: in GetStatDescription()
267 case StatisticKind::StatisticMax: in GetStatDescription()