Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h267 bool IsReExported() { return m_is_reexported; } in IsReExported()
269 void SetIsReExported(bool is_reexported) { m_is_reexported = is_reexported; } in SetIsReExported()
342 bool m_is_reexported; variable
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp36 m_is_reexported(false), m_is_indirect(false), m_address(addr), in BreakpointLocation()
666 m_is_reexported = swap_from->m_is_reexported; in SwapLocation()