Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp34 m_object_file_unwind_up(), m_eh_frame_up(), m_compact_unwind_up(), in UnwindTable()
73 m_compact_unwind_up = in Initialize()
117 if (!m_compact_unwind_up && sect) { in Update()
118 m_compact_unwind_up = in Update()
238 return m_compact_unwind_up.get(); in GetCompactUnwindInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h84 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up; variable