Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp226 BreakpointLocationSP from_location_sp) { in SwapLocation() argument
227 if (!from_location_sp || !to_location_sp) in SwapLocation()
231 to_location_sp->SwapLocation(from_location_sp); in SwapLocation()
232 RemoveLocation(from_location_sp); in SwapLocation()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h181 lldb::BreakpointLocationSP from_location_sp);