Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h203 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h589 llvm::json::Value GetStatistics();
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp264 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
H A DBreakpoint.cpp1113 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp137 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
H A DProcess.cpp1316 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1469 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h91 lldb::SBStructuredData GetStatistics();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp734 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1604 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp200 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51692 result = (arg1)->GetStatistics(); in _wrap_SBTarget_GetStatistics()