Home
last modified time | relevance | path

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

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