Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h295 using FlashRange = FlashRangeVector::Entry; variable
411 bool HasErased(FlashRange range);
DProcessGDBRemote.cpp2771 bool ProcessGDBRemote::HasErased(FlashRange range) { in HasErased()
2809 FlashRange range(block_start_addr, size); in FlashErase()