Searched refs:m_object_file_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(),
52 m_object_file_unwind_up = object_file->CreateCallFrameInfo();
91 if (m_object_file_unwind_up &&
92 m_object_file_unwind_up->GetAddressRange(addr, range))
176 return m_object_file_unwind_up.get();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h76 std::unique_ptr<CallFrameInfo> m_object_file_unwind_up; member in class:lldb_private::UnwindTable

Completed in 86 milliseconds