LLVM  8.0.1
Namespaces | Functions
DJB.h File Reference
#include "llvm/ADT/StringRef.h"
Include dependency graph for DJB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

uint32_t llvm::djbHash (StringRef Buffer, uint32_t H=5381)
 The Bernstein hash function used by the DWARF accelerator tables. More...
 
uint32_t llvm::caseFoldingDjbHash (StringRef Buffer, uint32_t H=5381)
 Computes the Bernstein hash after folding the input according to the Dwarf 5 standard case folding rules. More...