Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h203 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp148 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
370 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics()
H A DProcess.cpp1348 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1501 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/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/API/
H A DSBCommandInterpreter.cpp562 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() function in SBCommandInterpreter
570 llvm::formatv("{0:2}", m_opaque_ptr->GetStatistics()).str(); in GetStatistics()
H A DSBTarget.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/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h589 llvm::json::Value GetStatistics();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp265 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
H A DBreakpoint.cpp1109 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h665 llvm::json::Value GetStatistics();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp690 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1618 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3574 llvm::json::Value CommandInterpreter::GetStatistics() { in GetStatistics() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.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()