Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h34 m_shared(shared), m_mapped(mapped), m_name(name), m_flash(flash), in MemoryRegionInfo()
70 OptionalBool GetFlash() const { return m_flash; } in GetFlash()
72 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash()
106 m_flash == rhs.m_flash && m_blocksize == rhs.m_blocksize &&
147 OptionalBool m_flash = eDontKnow; variable