LLVM
8.0.1
|
#include "llvm/ADT/StringRef.h"
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... | |