Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h293 using FlashRange = FlashRangeVector::Entry; variable
407 bool HasErased(FlashRange range);
H A DProcessGDBRemote.cpp2635 bool ProcessGDBRemote::HasErased(FlashRange range) { in HasErased()
2673 FlashRange range(block_start_addr, size); in FlashErase()