Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp404 void writeModuleHash(size_t BlockStartPos);
4662 void ModuleBitcodeWriter::writeModuleHash(size_t BlockStartPos) { in writeModuleHash() argument
4667 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&(Buffer)[BlockStartPos], in writeModuleHash()
4668 Buffer.size() - BlockStartPos)); in writeModuleHash()
4687 size_t BlockStartPos = Buffer.size(); in write() local
4738 writeModuleHash(BlockStartPos); in write()