Searched refs:GetStatistics (Results 1 – 15 of 15) sorted by relevance
87 const auto Range1 = GetStatistics(); in TEST()103 const auto Range = GetStatistics(); in TEST()122 auto &Range = GetStatistics(); in TEST()131 auto &Range = GetStatistics(); in TEST()147 auto &Range = GetStatistics(); in TEST()
27 stats = target.GetStatistics()
203 const std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
256 const std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
585 llvm::json::Value GetStatistics();
81 /* Whether LLVM records statistics for use with GetStatistics(),
122 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
1308 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()1456 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
86 lldb::SBStructuredData GetStatistics();
967 lldb::SBStructuredData GetStatistics();
704 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
1124 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
1561 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
199 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget