Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp43 const UnwindCode *GetUnwindCode() const { return m_unwind_code; } in GetUnwindCode()
57 const UnwindCode *m_unwind_code = nullptr; member in UnwindCodesIterator
71 m_unwind_code = nullptr; in GetNext()
72 while (!m_unwind_code) { in GetNext()
92 m_unwind_code = in GetNext()
94 m_error = !m_unwind_code; in GetNext()
120 return !!m_unwind_code; in GetNext()