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

References

tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  181   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  181   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  196   if (!m_section_sp || m_section_sp->IsEncrypted())
  196   if (!m_section_sp || m_section_sp->IsEncrypted())
  351               const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
  402     m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data);
  411   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  411   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  499       const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
  533   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  533   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  574   const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();