Searched refs:GetStatistics (Results 1 – 6 of 6) sorted by relevance
82 for (auto &stat : target->GetStatistics()) { in DoExecute()
200 const std::vector<std::pair<StringRef, unsigned>> GetStatistics();
257 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
99 lldb::SBStructuredData GetStatistics();
1334 std::vector<uint32_t> GetStatistics() { return m_stats_storage; } in GetStatistics() function
186 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget194 for (auto &Entry : target_sp->GetStatistics()) { in GetStatistics()