Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DMemoryRegionInfo.h66 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1598 region_info.SetFlash(qXfer_region_info.GetFlash()); in GetMemoryRegionInfo()
1684 region.SetFlash(MemoryRegionInfo::eYes); in LoadQXferMemoryMap()