Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp165 m_thread_specific(false), m_readable(false), m_writable(false), in Section()
187 m_thread_specific(false), m_readable(false), m_writable(false), in Section()
310 m_writable ? 'w' : '-', m_executable ? 'x' : '-', in Dump()
372 if (m_writable) in GetPermissions()
382 m_writable = (permissions & ePermissionsWritable) != 0; in SetPermissions()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h264 m_writable : 1, // If this section has write permissions variable