| /llvm-project/llvm/unittests/ADT/ |
| H A D | StatisticTest.cpp | 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()
|
| /llvm-project/lldb/test/API/functionalities/stats_api/ |
| H A D | TestStatisticsAPI.py | 32 stats = target.GetStatistics() 83 stats_summary = target.GetStatistics(stats_options) 112 res = interp.GetStatistics().GetAsJSON(stream) 147 stats = target.GetStatistics(stats_options) 155 stats_force = target.GetStatistics(stats_options)
|
| /llvm-project/lldb/test/API/commands/target/debuginfo/ |
| H A D | TestDebugInfoSize.py | 49 stats = target.GetStatistics() 74 stats = target.GetStatistics() 95 stats = target.GetStatistics() 124 stats = target.GetStatistics() 138 stats = target.GetStatistics(stats_options)
|
| /llvm-project/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 202 std::vector<std::pair<StringRef, uint64_t>> GetStatistics(); 216 /// GetStatistics().
|
| /llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 148 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON() 428 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics();
|
| H A D | Process.cpp | 1319 GetTarget().GetStatistics().SetFirstPublicStopTime(); in AssignIndexIDToThread() 1472 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
|
| /llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommand.py | 572 res = target.GetStatistics().GetAsJSON(stream) 667 res = target.GetStatistics().GetAsJSON(stream)
|
| /llvm-project/llvm/lib/Support/ |
| H A D | Statistic.cpp | 257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 317 SBStructuredData GetStatistics();
|
| H A D | SBTarget.h | 93 lldb::SBStructuredData GetStatistics(); 102 lldb::SBStructuredData GetStatistics(SBStatisticsOptions options);
|
| /llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 562 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter 570 llvm::formatv("{0:2}", m_opaque_ptr->GetStatistics()).str(); in GetStatistics()
|
| H A D | SBTarget.cpp | 201 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() 204 return GetStatistics(options); in GetStatistics() 207 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { in GetStatistics() 200 SBStructuredData SBTarget::GetStatistics() { GetStatistics() function in SBTarget 206 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { GetStatistics() function in SBTarget
|
| /llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 589 llvm::json::Value GetStatistics();
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 274 target.GetStatistics().IncreaseSourceMapDeduceCount(); in SearchCallback() 316 target.GetStatistics().IncreaseSourceRealpathAttemptCount( in SearchCallback() 318 target.GetStatistics().IncreaseSourceRealpathCompatibleCount( in GetDepth()
|
| H A D | Breakpoint.cpp | 1110 json::Value Breakpoint::GetStatistics() { in GetStatistics() 1109 json::Value Breakpoint::GetStatistics() { GetStatistics() function in Breakpoint
|
| /llvm-project/utils/bazel/llvm_configs/ |
| H A D | llvm-config.h.cmake | 156 /* Whether LLVM records statistics for use with GetStatistics(),
|
| /llvm-project/llvm/include/llvm/Config/ |
| H A D | llvm-config.h.cmake | 156 /* Whether LLVM records statistics for use with GetStatistics(),
|
| /llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 669 llvm::json::Value GetStatistics();
|
| /llvm-project/lldb/test/API/commands/statistics/basic/ |
| H A D | TestStats.py | 880 target.GetStatistics(sb_options).GetAsJSON(stream)
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 713 TargetStats &target_stats = GetTarget().GetStatistics();
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1645 TargetStats &GetStatistics() { return m_stats; } 1618 TargetStats &GetStatistics() { return m_stats; } GetStatistics() function
|
| /llvm-project/lldb/tools/lldb-dap/ |
| H A D | JSONUtils.cpp | 1521 lldb::SBStructuredData statistics = target.GetStatistics();
|
| /llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3649 llvm::json::Value CommandInterpreter::GetStatistics() { 3574 llvm::json::Value CommandInterpreter::GetStatistics() { GetStatistics() function in CommandInterpreter
|