Home
last modified time | relevance | path

Searched defs:GetNumLocations (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp466 size_t SBBreakpoint::GetNumLocations() const { in GetNumLocations() function in SBBreakpoint
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp830 size_t Breakpoint::GetNumLocations() const { return m_locations.GetSize(); } in GetNumLocations() function in Breakpoint