Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h66 void SetFlash(OptionalBool val) { m_flash = val; } in SetFlash() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1646 region_info.SetFlash(qXfer_region_info.GetFlash()); in GetMemoryRegionInfo()
1732 region.SetFlash(MemoryRegionInfo::eYes); in LoadQXferMemoryMap()