|
LLVM
4.0.0
|
#include <JamCRC.h>
Public Member Functions | |
| JamCRC (uint32_t Init=0xFFFFFFFFU) | |
| void | update (ArrayRef< char > Data) |
| uint32_t | getCRC () const |
|
inline |
Definition at line 42 of file JamCRC.h.
Referenced by llvm::pdb::hashBufferV8().
| void JamCRC::update | ( | ArrayRef< char > | Data | ) |
Definition at line 92 of file JamCRC.cpp.
References CRCTable.
Referenced by llvm::pdb::hashBufferV8().
1.8.6