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

#include "llvm/Support/CRC.h"

Public Member Functions

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

Detailed Description

Definition at line 45 of file CRC.h.

Constructor & Destructor Documentation

◆ JamCRC()

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

Definition at line 47 of file CRC.h.

Member Function Documentation

◆ getCRC()

uint32_t llvm::JamCRC::getCRC ( ) const
inline

◆ update()

void JamCRC::update ( ArrayRef< uint8_t >  Data)

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