Searched refs:caseFoldingDjbHash (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDJB.h29 uint32_t caseFoldingDjbHash(StringRef Buffer, uint32_t H = 5381);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp71 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { function in class:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h252 static uint32_t hash(StringRef Name) { return caseFoldingDjbHash(Name); }
272 static uint32_t hash(StringRef Name) { return caseFoldingDjbHash(Name); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1075 if (caseFoldingDjbHash(Str) != Hash) {
1080 caseFoldingDjbHash(Str), Hash);
H A DDWARFAcceleratorTable.cpp812 Hash = caseFoldingDjbHash(Key);

Completed in 78 milliseconds