Searched refs:m_arm_exidx_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h61 DataExtractor m_arm_exidx_data; // .ARM.exidx section data member in class:lldb_private::ArmUnwindInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp52 objfile.ReadSectionData(arm_exidx.get(), m_arm_exidx_data);
58 while (m_arm_exidx_data.ValidOffset(offset)) {
61 Prel31ToAddr(m_arm_exidx_data.GetU32(&offset));
62 uint32_t data = m_arm_exidx_data.GetU32(&offset);

Completed in 113 milliseconds