Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp403 void writeModuleHash(size_t BlockStartPos);
4376 void ModuleBitcodeWriter::writeModuleHash(size_t BlockStartPos) { in writeModuleHash() argument
4381 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&(Buffer)[BlockStartPos], in writeModuleHash()
4382 Buffer.size() - BlockStartPos)); in writeModuleHash()
4401 size_t BlockStartPos = Buffer.size(); in write() local
4452 writeModuleHash(BlockStartPos); in write()