Home
last modified time | relevance | path

Searched refs:IsEncrypted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp216 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetAddressRange()
231 if (!m_section_sp || m_section_sp->IsEncrypted()) in GetFirstFDEEntryInRange()
446 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetFDEIndex()
563 if (!m_section_sp || m_section_sp->IsEncrypted()) in ParseFDE()
H A DCompactUnwindInfo.cpp261 if (m_section_sp->IsEncrypted()) { in ScanIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h194 bool IsEncrypted() const { return m_encrypted; } in IsEncrypted() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1960 if (section_sp->IsEncrypted()) { in ReadMemoryFromFileCache()