Searched refs:GetStatistics (Results 1 – 8 of 8) sorted by relevance
77 for (auto &stat : target.GetStatistics()) { in DoExecute()
202 const std::vector<std::pair<StringRef, unsigned>> GetStatistics();
259 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
86 lldb::SBStructuredData GetStatistics();
961 lldb::SBStructuredData GetStatistics();
213 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget214 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBStructuredData, SBTarget, GetStatistics); in GetStatistics()223 for (auto &Entry : target_sp->GetStatistics()) { in GetStatistics()2512 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBTarget, GetStatistics, ()); in RegisterMethods()
1465 std::vector<uint32_t> GetStatistics() { return m_stats_storage; } in GetStatistics() function
52859 result = (arg1)->GetStatistics(); in _wrap_SBTarget_GetStatistics()