Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDStatistic.h203 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp148 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
370 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics()
HDProcess.cpp1348 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1501 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDStatistic.cpp257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h317 SBStructuredData GetStatistics();
HDSBTarget.h93 lldb::SBStructuredData GetStatistics();
102 lldb::SBStructuredData GetStatistics(SBStatisticsOptions options);
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp562 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter
570 llvm::formatv("{0:2}", m_opaque_ptr->GetStatistics()).str(); in GetStatistics()
HDSBTarget.cpp200 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-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpoint.h589 llvm::json::Value GetStatistics();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverFileLine.cpp265 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
HDBreakpoint.cpp1109 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h665 llvm::json::Value GetStatistics();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp690 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h1618 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3574 llvm::json::Value CommandInterpreter::GetStatistics() { in GetStatistics() function in CommandInterpreter
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp14055 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()