Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp56 offset_t m_unwind_code_offset; member in UnwindCodesIterator
65 m_unwind_info_rva(unwind_info_rva), m_unwind_code_offset{} {} in UnwindCodesIterator()
88 m_unwind_code_offset = 0; in GetNext()
91 if (m_unwind_code_offset < m_unwind_code_data.GetByteSize()) { in GetNext()
93 TypedRead<UnwindCode>(m_unwind_code_data, m_unwind_code_offset); in GetNext()