Home
last modified time | relevance | path

Searched refs:m_object_file_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()
53 m_object_file_unwind_up = object_file->CreateCallFrameInfo(); in Initialize()
97 if (!m_object_file_unwind_up) in Update()
98 m_object_file_unwind_up = object_file->CreateCallFrameInfo(); in Update()
139 if (m_object_file_unwind_up && in GetAddressRange()
140 m_object_file_unwind_up->GetAddressRange(addr, range)) in GetAddressRange()
223 return m_object_file_unwind_up.get(); in GetObjectFileUnwindInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h81 std::unique_ptr<CallFrameInfo> m_object_file_unwind_up; variable