LLVM 22.0.0git
llvm::CRCTable Struct Reference

A custom std::array with 256 entries, that also has a print function. More...

#include "llvm/Analysis/HashRecognize.h"

Inheritance diagram for llvm::CRCTable:
[legend]

Public Member Functions

void print (raw_ostream &OS) const
LLVM_DUMP_METHOD void dump () const

Detailed Description

A custom std::array with 256 entries, that also has a print function.

Definition at line 30 of file HashRecognize.h.

Member Function Documentation

◆ dump()

void CRCTable::dump ( ) const

Definition at line 529 of file HashRecognize.cpp.

References llvm::dbgs(), and print().

◆ print()

void CRCTable::print ( raw_ostream & OS) const

Definition at line 521 of file HashRecognize.cpp.

References I.

Referenced by dump(), and llvm::HashRecognize::print().


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