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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp141 m_unwindinfo_data (),
255 m_unwindinfo_data.SetAddressByteSize (process_sp->GetTarget().GetArchitecture().GetAddressByteSize());
256 m_unwindinfo_data.SetByteOrder (process_sp->GetTarget().GetArchitecture().GetByteOrder());
257 m_unwindinfo_data.SetData (m_section_contents_if_encrypted, 0);
262 m_objfile.ReadSectionData (m_section_sp.get(), m_unwindinfo_data);
264 if (m_unwindinfo_data.GetByteSize() != m_section_sp->GetByteSize())
269 if (m_unwindinfo_data.GetByteSize() > 0)
283 m_unwind_header.version = m_unwindinfo_data.GetU32(&offset);
284 m_unwind_header.common_encodings_array_offset = m_unwindinfo_data.GetU32(&offset);
285 m_unwind_header.common_encodings_array_count = m_unwindinfo_data
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h147 DataExtractor m_unwindinfo_data; member in class:lldb_private::CompactUnwindInfo

Completed in 108 milliseconds