LLVM 20.0.0git
|
#include "llvm/Support/CRC.h"
Public Member Functions | |
JamCRC (uint32_t Init=0xFFFFFFFFU) | |
void | update (ArrayRef< uint8_t > Data) |
uint32_t | getCRC () const |
|
inline |
Definition at line 52 of file CRC.h.
Referenced by llvm::BlockCoverageInference::getInstrumentedBlocksHash(), llvm::pdb::hashBufferV8(), and llvm::pdb::hashTypeRecord().
Definition at line 103 of file CRC.cpp.
References llvm::crc32(), and llvm::Data.
Referenced by llvm::BlockCoverageInference::getInstrumentedBlocksHash(), llvm::pdb::hashBufferV8(), and llvm::pdb::hashTypeRecord().