Home
last modified time | relevance | path

Searched refs:from_location_sp (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp231 BreakpointLocationSP from_location_sp) { in SwapLocation() argument
232 if (!from_location_sp || !to_location_sp) in SwapLocation()
236 to_location_sp->SwapLocation(from_location_sp); in SwapLocation()
237 RemoveLocation(from_location_sp); in SwapLocation()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h184 lldb::BreakpointLocationSP from_location_sp);