Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp185 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetAddressRange()
200 if (!m_section_sp || m_section_sp->IsEncrypted()) in GetFirstFDEEntryInRange()
415 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in GetFDEIndex()
533 if (m_section_sp.get() == nullptr || m_section_sp->IsEncrypted()) in FDEToUnwindPlan()
H A DCompactUnwindInfo.cpp261 if (m_section_sp->IsEncrypted()) { in ScanIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h170 bool IsEncrypted() const { return m_encrypted; } in IsEncrypted() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1755 if (section_sp->IsEncrypted()) { in ReadMemoryFromFileCache()