Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DUnwindTable.cpp34 m_object_file_unwind_up(), m_eh_frame_up(), m_compact_unwind_up(), in UnwindTable()
61 m_eh_frame_up = std::make_unique<DWARFCallFrameInfo>( in Initialize()
105 if (m_eh_frame_up && m_eh_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
184 return m_eh_frame_up.get(); in GetEHFrameInfo()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DUnwindTable.h78 std::unique_ptr<DWARFCallFrameInfo> m_eh_frame_up; variable