Searched defs:GetStatistics (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Support/ | ||
H A D | Statistic.cpp | 257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 1618 TargetStats &GetStatistics() { return m_stats; } GetStatistics() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBCommandInterpreter.cpp | 562 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter |
H A D | SBTarget.cpp | 200 SBStructuredData SBTarget::GetStatistics() { GetStatistics() function in SBTarget |
/llvm-project/lldb/source/Breakpoint/ | ||
H A D | Breakpoint.cpp | 1109 json::Value Breakpoint::GetStatistics() { GetStatistics() function in Breakpoint |
/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandInterpreter.cpp | 3574 llvm::json::Value CommandInterpreter::GetStatistics() { GetStatistics() function in CommandInterpreter |