LLVM: llvm::MD5::MD5Result Struct Reference (original) (raw)

#include "[llvm/Support/MD5.h](MD5%5F8h%5Fsource.html)"

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_t > words () const

Detailed Description

Definition at line 44 of file MD5.h.

Member Function Documentation

digest()

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

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