Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp21 Info.GetBlocksize(), Info.GetMemoryTagged()); in operator <<()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h74 lldb::offset_t GetBlocksize() const { return m_blocksize; } in GetBlocksize() function
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1707 region_info.SetBlocksize(qXfer_region_info.GetBlocksize()); in GetMemoryRegionInfo()
H A DProcessGDBRemote.cpp2703 uint64_t blocksize = region.GetBlocksize(); in FlashErase()