Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DMemoryRegionInfo.h30 m_mapped(mapped), m_name(name), m_flash(flash), m_blocksize(blocksize), in MemoryRegionInfo()
64 OptionalBool GetFlash() const { return m_flash; } in GetFlash()
66 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash()
99 m_flash == rhs.m_flash && m_blocksize == rhs.m_blocksize &&
112 OptionalBool m_flash = eDontKnow; variable