LLVM 19.0.0git
Public Member Functions | List of all members
llvm::MD5::MD5Result Struct Reference

#include "llvm/Support/MD5.h"

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

Public Member Functions

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

Detailed Description

Definition at line 43 of file MD5.h.

Member Function Documentation

◆ digest()

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

Definition at line 281 of file MD5.cpp.

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

◆ high()

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

Definition at line 53 of file MD5.h.

Referenced by words().

◆ low()

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

Definition at line 46 of file MD5.h.

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

◆ words()

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

Definition at line 57 of file MD5.h.

References high(), and low().


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