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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp33 m_object_file_unwind_up(), m_eh_frame_up(), m_compact_unwind_up(),
72 m_compact_unwind_up.reset(new CompactUnwindInfo(*object_file, sect));
191 return m_compact_unwind_up.get();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h79 std::unique_ptr<CompactUnwindInfo> m_compact_unwind_up; member in class:lldb_private::UnwindTable

Completed in 299 milliseconds