Home
last modified time | relevance | path

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

/freebsd/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()
72 OptionalBool GetFlash() const { return m_flash; } in GetFlash()
74 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash()
109 m_name == rhs.m_name && m_flash == rhs.m_flash &&
152 OptionalBool m_flash = eDontKnow; variable