Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp274 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
316 target.GetStatistics().IncreaseSourceRealpathAttemptCount( in SearchCallback()
318 target.GetStatistics().IncreaseSourceRealpathCompatibleCount( in SearchCallback()
H A DBreakpoint.cpp1181 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h203 LLVM_ABI std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h317 SBStructuredData GetStatistics();
H A DSBTarget.h93 lldb::SBStructuredData GetStatistics();
102 lldb::SBStructuredData GetStatistics(SBStatisticsOptions options);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp160 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
465 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics()
H A DProcess.cpp1289 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1442 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp574 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter
582 llvm::formatv("{0:2}", m_opaque_ptr->GetStatistics()).str(); in GetStatistics()
H A DSBTarget.cpp197 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 DBreakpoint.h587 llvm::json::Value GetStatistics();
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h676 llvm::json::Value GetStatistics();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp721 TargetStats &target_stats = GetTarget().GetStatistics(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1676 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3770 llvm::json::Value CommandInterpreter::GetStatistics() { in GetStatistics() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14020 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()