LLVM  8.0.1
Classes | Namespaces | Functions
MD5.h File Reference
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Endian.h"
#include <array>
#include <cstdint>
Include dependency graph for MD5.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ArrayRef< T >
 ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More...
 
class  llvm::MD5
 
struct  llvm::MD5::MD5Result
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

bool llvm::operator== (const MD5::MD5Result &LHS, const MD5::MD5Result &RHS)
 
uint64_t llvm::MD5Hash (StringRef Str)
 Helper to compute and return lower 64 bits of the given string's MD5 hash. More...