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

Description

Computes the Bernstein hash after folding the input according to the Dwarf 5 standard case folding rules.

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

Parameters

llvm::StringRef Buffer
uint32_t H = 5381