Home
last modified time | relevance | path

Searched refs:OffsetInFirstBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp137 uint32_t OffsetInFirstBlock = Offset % Pdb.getBlockSize(); in readLongestContiguousChunk() local
138 uint32_t BytesFromFirstBlock = Pdb.getBlockSize() - OffsetInFirstBlock; in readLongestContiguousChunk()
145 Buffer = Result->drop_front(OffsetInFirstBlock); in readLongestContiguousChunk()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp182 uint32_t OffsetInFirstBlock = Offset % BlockSize; in readLongestContiguousChunk() local
183 uint32_t BytesFromFirstBlock = BlockSize - OffsetInFirstBlock; in readLongestContiguousChunk()
192 BlockData = BlockData.drop_front(OffsetInFirstBlock); in readLongestContiguousChunk()