Home
last modified time | relevance | path

Searched refs:Hasher (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDNameAnonGlobals.cpp39 MD5 Hasher; in get() local
44 Hasher.update(Name); in get()
50 Hasher.update(Name); in get()
55 Hasher.final(Hash); in get()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp84 SHA1 Hasher; in computeLTOCacheKey() local
87 Hasher.update(LLVM_VERSION_STRING); in computeLTOCacheKey()
89 Hasher.update(LLVM_REVISION); in computeLTOCacheKey()
94 Hasher.update(Str); in computeLTOCacheKey()
95 Hasher.update(ArrayRef<uint8_t>{0}); in computeLTOCacheKey()
103 Hasher.update(ArrayRef<uint8_t>{Data, 4}); in computeLTOCacheKey()
115 Hasher.update(ArrayRef<uint8_t>{Data, 8}); in computeLTOCacheKey()
149 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
162 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
181 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeAnalyzer.cpp904 SHA1 Hasher; in parseBlock() local
906 Hasher.update(*CheckHash); in parseBlock()
910 Hasher.update(ArrayRef<uint8_t>(Ptr, BlockSize)); in parseBlock()
911 Hash = Hasher.result(); in parseBlock()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDGCOV.cpp692 MD5 Hasher; in getCoveragePath() local
694 Hasher.update(Filename.str()); in getCoveragePath()
695 Hasher.final(Result); in getCoveragePath()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDHWAddressSanitizer.cpp1402 MD5 Hasher; in instrumentGlobals() local
1403 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
1405 Hasher.final(Hash); in instrumentGlobals()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp56 llvm::MD5 Hasher; in ~msvc_hashing_ostream() local
58 Hasher.update(MangledName); in ~msvc_hashing_ostream()
59 Hasher.final(Hash); in ~msvc_hashing_ostream()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp256 SHA1 Hasher; member in __anonb68a9ab30111::ModuleBitcodeWriter
1091 Hasher.update(Str); in addToStrtab()
4213 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&(Buffer)[BlockStartPos], in writeModuleHash()
4215 StringRef Hash = Hasher.result(); in writeModuleHash()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp1000 llvm::SHA1 Hasher; in createSignature() local
1001 Hasher.update(ArrayRef<uint8_t>(Bytes.bytes_begin(), Bytes.size())); in createSignature()
1002 auto Hash = Hasher.result(); in createSignature()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HD__hash_table1538 "Hasher must be copy-constructible.");