ΒΆinline uint32_t djbHash(llvm::StringRef Buffer,
                        uint32_t H = 5381)

Description

The Bernstein hash function used by the DWARF accelerator tables.

Declared at: llvm/include/llvm/Support/DJB.h:21

Parameters

llvm::StringRef Buffer
uint32_t H = 5381