Home
last modified time | relevance | path

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

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