|
LLVM 22.0.0git
|
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| uint32_t | llvm::djbHash (StringRef Buffer, uint32_t H=5381) |
| The Bernstein hash function used by the DWARF accelerator tables. | |
| LLVM_ABI 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. | |