Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp67 m_debug_frame_up = std::make_unique<DWARFCallFrameInfo>( in Initialize()
111 if (!m_debug_frame_up && sect) { in Update()
112 m_debug_frame_up = std::make_unique<DWARFCallFrameInfo>( in Update()
154 if (m_debug_frame_up && m_debug_frame_up->GetAddressRange(addr, range)) in GetAddressRange()
233 return m_debug_frame_up.get(); in GetDebugFrameInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h83 std::unique_ptr<DWARFCallFrameInfo> m_debug_frame_up; variable