LLVM 22.0.0git
llvm::MD5::MD5Result Struct Reference

#include "llvm/Support/MD5.h"

Inheritance diagram for llvm::MD5::MD5Result:
[legend]

Public Member Functions

LLVM_ABI SmallString< 32 > digest () const
uint64_t low () const
uint64_t high () const
std::pair< uint64_t, uint64_twords () const

Detailed Description

Definition at line 44 of file MD5.h.

Member Function Documentation

◆ digest()

SmallString< 32 > MD5::MD5Result::digest ( ) const

Definition at line 281 of file MD5.cpp.

References llvm::toHex().

Referenced by llvm::DWARFDebugLine::Prologue::dump().

◆ high()

uint64_t llvm::MD5::MD5Result::high ( ) const
inline

Definition at line 54 of file MD5.h.

References data, and llvm::support::endian::read().

Referenced by words().

◆ low()

uint64_t llvm::MD5::MD5Result::low ( ) const
inline

Definition at line 47 of file MD5.h.

References data, and llvm::support::endian::read().

Referenced by llvm::emitAMDGPUPrintfCall(), and words().

◆ words()

std::pair< uint64_t, uint64_t > llvm::MD5::MD5Result::words ( ) const
inline

Definition at line 58 of file MD5.h.

References high(), and low().


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