LLVM  4.0.0
Classes | Namespaces | Functions
MD5.h File Reference
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Endian.h"
#include <array>
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
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

uint64_t llvm::MD5Hash (StringRef Str)
 Helper to compute and return lower 64 bits of the given string's MD5 hash. More...