LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::hashbuilder_detail::HashCodeHasher Class Reference

#include "llvm/Support/HashBuilder.h"

Public Member Functions

 HashCodeHasher ()
 
void update (ArrayRef< uint8_t > Data)
 

Public Attributes

hash_code Code
 

Detailed Description

Definition at line 386 of file HashBuilder.h.

Constructor & Destructor Documentation

◆ HashCodeHasher()

llvm::hashbuilder_detail::HashCodeHasher::HashCodeHasher ( )
inline

Definition at line 388 of file HashBuilder.h.

Member Function Documentation

◆ update()

void llvm::hashbuilder_detail::HashCodeHasher::update ( ArrayRef< uint8_t >  Data)
inline

Definition at line 389 of file HashBuilder.h.

References Code, llvm::Data, llvm::hash_combine(), and llvm::hash_value().

Member Data Documentation

◆ Code

hash_code llvm::hashbuilder_detail::HashCodeHasher::Code

Definition at line 393 of file HashBuilder.h.

Referenced by update().


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