Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h250 return m_should_resolve_indirect_functions; in ShouldResolveIndirectFunctions()
351 bool m_should_resolve_indirect_functions; variable
374 m_should_resolve_indirect_functions = do_resolve; in SetShouldResolveIndirectFunctions()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp35 : m_should_resolve_indirect_functions(false), m_is_reexported(false), in BreakpointLocation()
659 m_should_resolve_indirect_functions = in SwapLocation()
660 swap_from->m_should_resolve_indirect_functions; in SwapLocation()