Home
last modified time | relevance | path

Searched refs:GetBlocksize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h64 lldb::offset_t GetBlocksize() const { return m_blocksize; } in GetBlocksize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1551 region_info.SetBlocksize(qXfer_region_info.GetBlocksize()); in GetMemoryRegionInfo()
H A DProcessGDBRemote.cpp2874 uint64_t blocksize = region.GetBlocksize(); in FlashErase()