Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h170 bool IsEncrypted() const { return m_encrypted; } in IsEncrypted()
172 void SetIsEncrypted(bool b) { m_encrypted = b; } in SetIsEncrypted()
274 m_encrypted : 1, // Set to true if the contents are encrypted variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp164 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
180 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()