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

/external/lldb/source/API/
H A DSBBreakpoint.cpp495 SBBreakpoint::GetNumLocations() const function in class:SBBreakpoint
501 num_locs = m_opaque_sp->GetNumLocations();
505 log->Printf ("SBBreakpoint(%p)::GetNumLocations () => %" PRIu64, m_opaque_sp.get(), (uint64_t)num_locs);
518 const size_t num_locations = m_opaque_sp->GetNumLocations ();
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp520 Breakpoint::GetNumLocations() const function in class:Breakpoint
541 const size_t num_locations = GetNumLocations ();

Completed in 252 milliseconds