Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp657 void BreakpointLocation::SwapLocation(BreakpointLocationSP swap_from) { in SwapLocation() argument
658 m_address = swap_from->m_address; in SwapLocation()
660 swap_from->m_should_resolve_indirect_functions; in SwapLocation()
661 m_is_reexported = swap_from->m_is_reexported; in SwapLocation()
662 m_is_indirect = swap_from->m_is_indirect; in SwapLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h310 void SwapLocation(lldb::BreakpointLocationSP swap_from);