Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp56 offset_t m_unwind_code_offset; member in UnwindCodesIterator
66 m_unwind_info(nullptr), m_unwind_code_offset{}, m_unwind_code(nullptr), in UnwindCodesIterator()
90 m_unwind_code_offset = 0; 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()