LLVM  4.0.0
Public Member Functions | List of all members
llvm::JamCRC Class Reference

#include <JamCRC.h>

Public Member Functions

 JamCRC (uint32_t Init=0xFFFFFFFFU)
 
void update (ArrayRef< char > Data)
 
uint32_t getCRC () const
 

Detailed Description

Definition at line 35 of file JamCRC.h.

Constructor & Destructor Documentation

llvm::JamCRC::JamCRC ( uint32_t  Init = 0xFFFFFFFFU)
inline

Definition at line 37 of file JamCRC.h.

Member Function Documentation

uint32_t llvm::JamCRC::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().


The documentation for this class was generated from the following files: