Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemoryRegionInfo.cpp20 Info.GetMapped(), Info.GetName(), Info.GetFlash(), in operator <<()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h70 OptionalBool GetFlash() const { return m_flash; } in GetFlash() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1676 region_info.SetFlash(qXfer_region_info.GetFlash()); in GetMemoryRegionInfo()
H A DProcessGDBRemote.cpp2724 region_status.Success() && region.GetFlash() == MemoryRegionInfo::eYes; in DoWriteMemory()