Home
last modified time | relevance | path

Searched refs:m_encrypted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h178 bool IsEncrypted() const { return m_encrypted; } in IsEncrypted()
180 void SetIsEncrypted(bool b) { m_encrypted = b; } in SetIsEncrypted()
282 m_encrypted : 1, // Set to true if the contents are encrypted variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp168 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
184 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()