Home
last modified time | relevance | path

Searched refs:DecrementHitCount (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DStoppointLocation.cpp34 void StoppointLocation::DecrementHitCount() { in DecrementHitCount() function in StoppointLocation
H A DBreakpointLocation.cpp431 DecrementHitCount(); in UndoBumpHitCount()
432 m_owner.DecrementHitCount(); in UndoBumpHitCount()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h85 void DecrementHitCount();
H A DBreakpoint.h742 void DecrementHitCount() { in DecrementHitCount() function