Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp162 uint32_t OffsetInBlock = Offset % Pdb.getBlockSize(); in tryReadContiguously() local
191 uint32_t OffsetInBlock = Offset % Pdb.getBlockSize(); in readBytes() local
235 uint32_t OffsetInBlock = Offset % Pdb.getBlockSize(); in writeBytes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp210 uint32_t OffsetInBlock = Offset % BlockSize; in tryReadContiguously() local
242 uint32_t OffsetInBlock = Offset % BlockSize; in readBytes() local
394 uint32_t OffsetInBlock = Offset % getBlockSize(); in writeBytes() local
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp210 uint32_t OffsetInBlock = Offset % BlockSize; in tryReadContiguously() local
242 uint32_t OffsetInBlock = Offset % BlockSize; in readBytes() local
394 uint32_t OffsetInBlock = Offset % getBlockSize(); in writeBytes() local
/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp226 uint32_t OffsetInBlock = FileOffset - BlockMapOffset; in explainPdbBlockMapOffset() local
234 uint32_t OffsetInBlock = FileOffset - BlockIndex * BlockSize; in getOffsetInStream() local