Home
last modified time | relevance | path

Searched defs:GetStatistics (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1676 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp574 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter
H A DSBTarget.cpp197 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget
203 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { in GetStatistics() function in SBTarget
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp1181 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3770 llvm::json::Value CommandInterpreter::GetStatistics() { in GetStatistics() function in CommandInterpreter