Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStatisticTest.cpp87 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()
/llvm-project-15.0.7/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py27 stats = target.GetStatistics()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStatistic.h203 const std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
/llvm-project-15.0.7/llvm/lib/Support/
H A DStatistic.cpp256 const std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h585 llvm::json::Value GetStatistics();
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake81 /* Whether LLVM records statistics for use with GetStatistics(),
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dllvm-config.h.cmake81 /* Whether LLVM records statistics for use with GetStatistics(),
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp122 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
H A DProcess.cpp1308 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1456 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h86 lldb::SBStructuredData GetStatistics();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i967 lldb::SBStructuredData GetStatistics();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp704 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp1124 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1561 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp199 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget