Searched refs:m_unwind_code_offset (Results 1 – 1 of 1) sorted by relevance
56 offset_t m_unwind_code_offset; member in UnwindCodesIterator65 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()