Searched refs:SetLocation (Results 1 – 7 of 7) sorted by relevance
148 options.SetLocation(location); in NSStringSummaryProvider()161 options.SetLocation(location + 1); in NSStringSummaryProvider()177 options.SetLocation(location); in NSStringSummaryProvider()199 options.SetLocation(location); in NSStringSummaryProvider()225 options.SetLocation(location); in NSStringSummaryProvider()248 options.SetLocation(location); in NSStringSummaryProvider()271 options.SetLocation(location); in NSStringSummaryProvider()
66 sb_location.SetLocation(bp_sp->FindLocationByID(break_loc_id)); in PrivateBreakpointHitCallback()
143 sb_bp_location.SetLocation(bkpt_sp->FindLocationByAddress(address)); in FindLocationByAddress()178 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()193 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()757 sb_breakpoint_loc.SetLocation( in GetBreakpointLocationAtIndexFromEvent()
411 void SBBreakpointLocation::SetLocation( in SetLocation() function in SBBreakpointLocation
58 options.SetLocation(valobj_addr); in CharStringSummaryProvider()125 options.SetLocation(valobj_addr); in WCharStringSummaryProvider()
111 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
108 void SetLocation(Address l) { m_location = std::move(l); } in SetLocation() function