Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp43 const UnwindCode *GetUnwindCode() const { return m_unwind_code; } in GetUnwindCode() function in UnwindCodesIterator
152 if (!ProcessUnwindCode(*m_iterator.GetUnwindCode())) in Build()
329 result = m_iterator.GetUnwindCode()->FrameOffset; in ParseBigFrameOffset()
334 result += static_cast<uint32_t>(m_iterator.GetUnwindCode()->FrameOffset) in ParseBigFrameOffset()
344 result = m_iterator.GetUnwindCode()->FrameOffset; in ParseFrameOffset()