Home
last modified time | relevance | path

Searched refs:GetFrameVariableStats (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h190 StatsSuccessFail &GetFrameVariableStats() { return m_frame_var; } in GetFrameVariableStats() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp692 target_stats.GetFrameVariableStats().NotifySuccess(); in DoExecute()
694 target_stats.GetFrameVariableStats().NotifyFailure(); in DoExecute()