Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h258 bool IsReExported() { return m_is_reexported; } in IsReExported()
260 void SetIsReExported(bool is_reexported) { m_is_reexported = is_reexported; } in SetIsReExported()
329 bool m_is_reexported; variable
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp35 m_is_reexported(false), m_is_indirect(false), m_address(addr), in BreakpointLocation()
663 m_is_reexported = swap_from->m_is_reexported; in SwapLocation()