class JamCRC
Declaration
class JamCRC { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CRC.h:45
Method Overview
- public JamCRC(uint32_t Init = 4294967295U)
- public uint32_t getCRC() const
- public void update(ArrayRef<uint8_t> Data)
Methods
¶JamCRC(uint32_t Init = 4294967295U)
JamCRC(uint32_t Init = 4294967295U)
Declared at: llvm/include/llvm/Support/CRC.h:47
Parameters
- uint32_t Init = 4294967295U
¶uint32_t getCRC() const
uint32_t getCRC() const
Declared at: llvm/include/llvm/Support/CRC.h:52
¶void update(ArrayRef<uint8_t> Data)
void update(ArrayRef<uint8_t> Data)
Declared at: llvm/include/llvm/Support/CRC.h:50
Parameters
- ArrayRef<uint8_t> Data