Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h296 using FlashRange = FlashRangeVector::Entry; variable
409 bool HasErased(FlashRange range);
H A DProcessGDBRemote.cpp2590 bool ProcessGDBRemote::HasErased(FlashRange range) { in HasErased()
2628 FlashRange range(block_start_addr, size); in FlashErase()