| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 274 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping() 316 target.GetStatistics().IncreaseSourceRealpathAttemptCount( in SearchCallback() 318 target.GetStatistics().IncreaseSourceRealpathCompatibleCount( in SearchCallback()
|
| H A D | Breakpoint.cpp | 1181 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 203 LLVM_ABI std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
|
| /freebsd/contrib/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
|
| /freebsd/contrib/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);
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 160 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON() 465 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics()
|
| H A D | Process.cpp | 1289 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState() 1442 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 574 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter 582 llvm::formatv("{0:2}", m_opaque_ptr->GetStatistics()).str(); in GetStatistics()
|
| H A D | SBTarget.cpp | 197 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget 200 return GetStatistics(options); in GetStatistics() 203 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { in GetStatistics() function in SBTarget
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 587 llvm::json::Value GetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 676 llvm::json::Value GetStatistics();
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 721 TargetStats &target_stats = GetTarget().GetStatistics(); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1676 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3770 llvm::json::Value CommandInterpreter::GetStatistics() { in GetStatistics() function in CommandInterpreter
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 14020 result = (arg1)->GetStatistics(); in _wrap_SBCommandInterpreter_GetStatistics() 55554 result = (arg1)->GetStatistics(); in _wrap_SBTarget_GetStatistics__SWIG_0() 55590 result = (arg1)->GetStatistics(SWIG_STD_MOVE(arg2)); in _wrap_SBTarget_GetStatistics__SWIG_1()
|