Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h241 return m_should_resolve_indirect_functions; in ShouldResolveIndirectFunctions()
328 bool m_should_resolve_indirect_functions; variable
351 m_should_resolve_indirect_functions = do_resolve; in SetShouldResolveIndirectFunctions()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp34 : m_being_created(true), m_should_resolve_indirect_functions(false), in BreakpointLocation()
661 m_should_resolve_indirect_functions = in SwapLocation()
662 swap_from->m_should_resolve_indirect_functions; in SwapLocation()