Home
last modified time | relevance | path

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

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