Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectStats.cpp82 for (auto &stat : target->GetStatistics()) { in DoExecute()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStatistic.h200 const std::vector<std::pair<StringRef, unsigned>> GetStatistics();
/freebsd-12.1/contrib/llvm/lib/Support/
H A DStatistic.cpp257 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h99 lldb::SBStructuredData GetStatistics();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1334 std::vector<uint32_t> GetStatistics() { return m_stats_storage; } in GetStatistics() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp186 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget
194 for (auto &Entry : target_sp->GetStatistics()) { in GetStatistics()