Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp43 const UnwindCode *GetUnwindCode() const { return m_unwind_code; } in GetUnwindCode()
57 const UnwindCode *m_unwind_code; member in UnwindCodesIterator
66 m_unwind_info(nullptr), m_unwind_code_offset{}, m_unwind_code(nullptr), in UnwindCodesIterator()
73 m_unwind_code = nullptr; in GetNext()
74 while (!m_unwind_code) { in GetNext()
94 m_unwind_code = in GetNext()
96 m_error = !m_unwind_code; in GetNext()
122 return !!m_unwind_code; in GetNext()