Home
last modified time | relevance | path

Searched refs:SwapLocation (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h183 void SwapLocation(lldb::BreakpointLocationSP to_location_sp,
H A DBreakpointLocation.h310 void SwapLocation(lldb::BreakpointLocationSP swap_from);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp229 void BreakpointLocationList::SwapLocation( in SwapLocation() function in BreakpointLocationList
236 to_location_sp->SwapLocation(from_location_sp); in SwapLocation()
H A DBreakpoint.cpp713 m_locations.SwapLocation(old_loc_sp, new_loc_sp); in ModuleReplaced()
779 m_locations.SwapLocation(old_loc_sp, new_loc_sp); in ModuleReplaced()
H A DBreakpointLocation.cpp662 void BreakpointLocation::SwapLocation(BreakpointLocationSP swap_from) { in SwapLocation() function in BreakpointLocation