LLVM 19.0.0git
Classes | Namespaces | Functions
MD5.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Endian.h"
#include <array>
#include <cstdint>

Go to the source code of this file.

Classes

class  llvm::MD5
 
struct  llvm::MD5::MD5Result
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

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