Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h250 return m_should_resolve_indirect_functions; in ShouldResolveIndirectFunctions()
341 bool m_should_resolve_indirect_functions; variable
364 m_should_resolve_indirect_functions = do_resolve; in SetShouldResolveIndirectFunctions()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp35 : m_being_created(true), m_should_resolve_indirect_functions(false), in BreakpointLocation()
664 m_should_resolve_indirect_functions = in SwapLocation()
665 swap_from->m_should_resolve_indirect_functions; in SwapLocation()