Home
last modified time | relevance | path

Searched refs:arm_exidx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp48 ArmUnwindInfo::ArmUnwindInfo(ObjectFile &objfile, SectionSP &arm_exidx, in ArmUnwindInfo() argument
50 : 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h32 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp887 ArmUnwindInfo *arm_exidx = in GetFullUnwindPlanForFrame() local
889 if (arm_exidx) { in GetFullUnwindPlanForFrame()
891 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()