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

References

tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  260     if (m_section_sp->IsEncrypted()) {
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  181   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  196   if (!m_section_sp || m_section_sp->IsEncrypted())
  411   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
  533   if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted())
tools/lldb/source/Target/Target.cpp
 1684     if (section_sp->IsEncrypted()) {