Searched refs:SwapLocation (Results 1 – 5 of 5) sorted by relevance
183 void SwapLocation(lldb::BreakpointLocationSP to_location_sp,
310 void SwapLocation(lldb::BreakpointLocationSP swap_from);
229 void BreakpointLocationList::SwapLocation( in SwapLocation() function in BreakpointLocationList236 to_location_sp->SwapLocation(from_location_sp); in SwapLocation()
697 m_locations.SwapLocation(old_loc_sp, new_loc_sp); in ModuleReplaced()763 m_locations.SwapLocation(old_loc_sp, new_loc_sp); in ModuleReplaced()
657 void BreakpointLocation::SwapLocation(BreakpointLocationSP swap_from) { in SwapLocation() function in BreakpointLocation