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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp403 void writeModuleHash(size_t BlockStartPos);
4372 void ModuleBitcodeWriter::writeModuleHash(size_t BlockStartPos) { argument
4377 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&(Buffer)[BlockStartPos],
4378 Buffer.size() - BlockStartPos));
4397 size_t BlockStartPos = Buffer.size(); local
4448 writeModuleHash(BlockStartPos);

Completed in 138 milliseconds