Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
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()
/external/llvm-project/lldb/include/lldb/Symbol/
DArmUnwindInfo.h32 ArmUnwindInfo(ObjectFile &objfile, lldb::SectionSP &arm_exidx,
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp781 ArmUnwindInfo *arm_exidx = in GetFullUnwindPlanForFrame() local
783 if (arm_exidx) { in GetFullUnwindPlanForFrame()
785 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()