Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h592 StatsDuration::Duration GetResolveTime() const { return m_resolve_time; } in GetResolveTime() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp149 totalBreakpointResolveTime += bp->GetResolveTime().count(); in ToJSON()