Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h301 using FlashRange = FlashRangeVector::Entry; variable
415 bool HasErased(FlashRange range);
H A DProcessGDBRemote.cpp2678 bool ProcessGDBRemote::HasErased(FlashRange range) { in HasErased()
2716 FlashRange range(block_start_addr, size); in FlashErase()