Home
last modified time | relevance | path

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

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