Searched refs:GetStatistics (Results 1 – 15 of 15) sorted by relevance
203 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
62 /* Whether LLVM records statistics for use with GetStatistics(),
81 /* Whether LLVM records statistics for use with GetStatistics(),
591 llvm::json::Value GetStatistics();
268 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
1129 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
137 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
1312 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()1460 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
86 lldb::SBStructuredData GetStatistics();
967 lldb::SBStructuredData GetStatistics();
710 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
1189 lldb::SBStructuredData statistics = g_vsc.target.GetStatistics(); in addStatistic()
1573 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
199 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget