Searched refs:arm_exidx (Results 1 – 3 of 3) sorted by relevance
48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo() argument50 : m_byte_order(objfile.GetByteOrder()), m_arm_exidx_sp(arm_exidx), in ArmUnwindInfo()52 objfile.ReadSectionData(arm_exidx.get(), m_arm_exidx_data); in ArmUnwindInfo()
32 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx,
781 ArmUnwindInfo *arm_exidx = in GetFullUnwindPlanForFrame() local783 if (arm_exidx) { in GetFullUnwindPlanForFrame()785 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()