Searched refs:GetNumResolvedLocations (Results 1 – 11 of 11) sorted by relevance
121 size_t GetNumResolvedLocations() const;
419 size_t GetNumResolvedLocations() const;
837 size_t Breakpoint::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in Breakpoint840 return m_locations.GetNumResolvedLocations(); in GetNumResolvedLocations()844 return GetNumResolvedLocations() > 0; in HasResolvedLocations()867 const size_t num_resolved_locations = GetNumResolvedLocations(); in GetDescription()1134 bp.try_emplace("numResolvedLocations", (int64_t)GetNumResolvedLocations()); in GetStatistics()
185 size_t BreakpointLocationList::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in BreakpointLocationList
118 size_t GetNumResolvedLocations() const;
225 GetNumResolvedLocations() const;
366 if (dyld_break->GetNumResolvedLocations() != 1) { in SetRendezvousBreakpoint()371 dyld_break->GetNumResolvedLocations(), in SetRendezvousBreakpoint()
456 size_t SBBreakpoint::GetNumResolvedLocations() const { in GetNumResolvedLocations() function in SBBreakpoint464 num_resolved = bkpt_sp->GetNumResolvedLocations(); in GetNumResolvedLocations()
374 P.formatLine("{0} resolved location{1}.", BP->GetNumResolvedLocations(), in dumpState()375 plural(BP->GetNumResolvedLocations())); in dumpState()376 if (BP->GetNumResolvedLocations() > 0) in dumpState()
683 test.assertEquals(expected_resolved_count, bkpt.GetNumResolvedLocations())687 test.assertEquals(expected_resolved_count, bkpt.GetNumResolvedLocations())
318 object.try_emplace("verified", bp.GetNumResolvedLocations() > 0); in CreateBreakpoint()