Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectStats.cpp85 lldb_private::GetStatDescription(static_cast<lldb_private::StatisticKind>(i)) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h269 inline std::string GetStatDescription(lldb_private::StatisticKind K) { in GetStatDescription() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp195 std::string Desc = lldb_private::GetStatDescription( in GetStatistics()