Home
last modified time | relevance | path

Searched defs:OffsetInBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp209 uint64_t BytesFromFirstBlock = std::min(Size, BlockSize - OffsetInBlock); in tryReadContiguously() local
241 uint64_t OffsetInBlock = Offset % BlockSize; readBytes() local
393 uint64_t OffsetInBlock = Offset % getBlockSize(); writeBytes() local
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp229 uint32_t OffsetInBlock = FileOffset - BlockMapOffset; explainPdbBlockMapOffset() local
237 uint32_t OffsetInBlock = FileOffset - BlockIndex * BlockSize; getOffsetInStream() local