Searched refs:m_unwind_code_data (Results 1 – 1 of 1) sorted by relevance
55 DataExtractor m_unwind_code_data; member in UnwindCodesIterator87 m_unwind_code_data = m_object_file.ReadImageDataByRVA( in GetNext()93 if (m_unwind_code_offset < m_unwind_code_data.GetByteSize()) { in GetNext()95 TypedRead<UnwindCode>(m_unwind_code_data, m_unwind_code_offset); in GetNext()