Searched refs:m_object_file_unwind_up (Results 1 – 2 of 2) sorted by relevance
34 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()
81 std::unique_ptr<CallFrameInfo> m_object_file_unwind_up; variable