Home
last modified time | relevance | path

Searched defs:MD5Hash (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h150 struct MD5Hash { struct
152 bool operator==(const MD5Hash &other) const; argument
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMD5.h109 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() function