Searched refs:SwapLocation (Results 1 – 5 of 5) sorted by relevance
183 void SwapLocation(lldb::BreakpointLocationSP to_location_sp,
329 void SwapLocation(lldb::BreakpointLocationSP swap_from);
237 void BreakpointLocationList::SwapLocation( in SwapLocation() function in BreakpointLocationList244 to_location_sp->SwapLocation(from_location_sp); in SwapLocation()
745 m_locations.SwapLocation(old_loc_sp, new_loc_sp); in ModuleReplaced()811 m_locations.SwapLocation(old_loc_sp, new_loc_sp); in ModuleReplaced()
710 void BreakpointLocation::SwapLocation(BreakpointLocationSP swap_from) { in SwapLocation() function in BreakpointLocation