Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp35 m_arm_unwind_up() {} in UnwindTable()
81 m_arm_unwind_up = in Initialize()
123 if (!m_arm_unwind_up && sect) { in Update()
126 m_arm_unwind_up = in Update()
243 return m_arm_unwind_up.get(); in GetArmUnwindInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h85 std::unique_ptr<ArmUnwindInfo> m_arm_unwind_up; variable