LLVM 22.0.0git
llvm::JamCRC Class Reference

#include "llvm/Support/CRC.h"

Public Member Functions

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

Detailed Description

Definition at line 46 of file CRC.h.

Constructor & Destructor Documentation

◆ JamCRC()

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

Definition at line 48 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: