reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  233   if (m_section_sp.get() == nullptr)
  260     if (m_section_sp->IsEncrypted()) {
  266           std::make_shared<DataBufferHeap>(m_section_sp->GetByteSize(), 0);
  269               m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()),
  271               m_section_sp->GetByteSize(),
  272               error) == m_section_sp->GetByteSize() &&
  281       m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data);
  283     if (m_unwindinfo_data.GetByteSize() != m_section_sp->GetByteSize())
  353       if (second_level_offset > m_section_sp->GetByteSize() ||
  354           lsda_offset > m_section_sp->GetByteSize()) {