Searched defs:GetNumLocations (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBBreakpoint.cpp | 466 size_t SBBreakpoint::GetNumLocations() const { in GetNumLocations() function in SBBreakpoint |
/llvm-project/lldb/source/Breakpoint/ | ||
H A D | Breakpoint.cpp | 830 size_t Breakpoint::GetNumLocations() const { return m_locations.GetSize(); } GetNumLocations() function in Breakpoint |