Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DStatistic.cpp259 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h1465 std::vector<uint32_t> GetStatistics() { return m_stats_storage; } in GetStatistics() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTarget.cpp213 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget