/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 203 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Statistics.cpp | 148 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON() 370 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics()
|
H A D | Process.cpp | 1348 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState() 1501 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
|
/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/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 | 200 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget 203 return GetStatistics(options); in GetStatistics() 206 SBStructuredData SBTarget::GetStatistics(SBStatisticsOptions options) { in GetStatistics() function in SBTarget
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 589 llvm::json::Value GetStatistics();
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 265 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
|
H A D | Breakpoint.cpp | 1109 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 665 llvm::json::Value GetStatistics();
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 690 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 1618 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 3574 llvm::json::Value CommandInterpreter::GetStatistics() { in GetStatistics() function in CommandInterpreter
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 14055 result = (arg1)->GetStatistics(); in _wrap_SBCommandInterpreter_GetStatistics() 54426 result = (arg1)->GetStatistics(); in _wrap_SBTarget_GetStatistics__SWIG_0() 54462 result = (arg1)->GetStatistics(arg2); in _wrap_SBTarget_GetStatistics__SWIG_1()
|