LLVM
8.0.1
|
#include "llvm/Support/MD5.h"
Public Member Functions | |
operator std::array< uint8_t, 16 > () const | |
const uint8_t & | operator[] (size_t I) const |
uint8_t & | operator[] (size_t I) |
SmallString< 32 > | digest () const |
uint64_t | low () const |
uint64_t | high () const |
std::pair< uint64_t, uint64_t > | words () const |
Public Attributes | |
std::array< uint8_t, 16 > | Bytes |
SmallString< 32 > MD5::MD5Result::digest | ( | ) | const |
Definition at line 264 of file MD5.cpp.
References llvm::format().
Referenced by llvm::DWARFDebugLine::Prologue::dump(), operator[](), printDwarfFileDirective(), and llvm::MD5::stringifyResult().
|
inline |
Definition at line 72 of file MD5.h.
Referenced by llvm::DIEHash::computeCUSignature(), llvm::DIEHash::computeTypeSignature(), llvm::DwarfDebug::makeTypeSignature(), and words().
|
inline |
Definition at line 65 of file MD5.h.
Referenced by llvm::MD5Hash(), and words().
|
inline |
|
inline |
|
inline |
Definition at line 76 of file MD5.h.
References llvm::Data, llvm::MD5::hash(), high(), low(), llvm::MD5::MD5(), llvm::MD5::stringifyResult(), and llvm::MD5::update().
std::array<uint8_t, 16> llvm::MD5::MD5Result::Bytes |
Definition at line 56 of file MD5.h.
Referenced by emitOneV5FileEntry(), operator std::array< uint8_t, 16 >(), llvm::operator==(), parseHexOcta(), and parseV5DirFileTables().