Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp33 m_object_file_unwind_up(), m_eh_frame_up(), m_compact_unwind_up(), in UnwindTable()
60 m_eh_frame_up = std::make_unique<DWARFCallFrameInfo>( in Initialize()
104 if (m_eh_frame_up && m_eh_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
183 return m_eh_frame_up.get(); in GetEHFrameInfo()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindTable.h77 std::unique_ptr<DWARFCallFrameInfo> m_eh_frame_up; variable