Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp39 MD5 Hasher; in get() local
44 Hasher.update(Name); in get()
50 Hasher.update(Name); in get()
55 Hasher.final(Hash); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp90 SHA1 Hasher; in computeLTOCacheKey() local
93 Hasher.update(LLVM_VERSION_STRING); in computeLTOCacheKey()
95 Hasher.update(LLVM_REVISION); in computeLTOCacheKey()
100 Hasher.update(Str); in computeLTOCacheKey()
101 Hasher.update(ArrayRef<uint8_t>{0}); in computeLTOCacheKey()
106 Hasher.update(ArrayRef<uint8_t>{Data, 4}); in computeLTOCacheKey()
111 Hasher.update(ArrayRef<uint8_t>{Data, 8}); in computeLTOCacheKey()
145 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
158 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
177 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp913 SHA1 Hasher; in parseBlock() local
915 Hasher.update(*CheckHash); in parseBlock()
919 Hasher.update(ArrayRef<uint8_t>(Ptr, BlockSize)); in parseBlock()
920 Hash = Hasher.result(); in parseBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp638 MD5 Hasher; in getCoveragePath() local
640 Hasher.update(filename.str()); in getCoveragePath()
641 Hasher.final(Result); in getCoveragePath()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp873 SHA1 Hasher; in symbolize() local
874 Hasher.update((*BufOrErr)->getBuffer()); in symbolize()
875 Coverage->BinaryHash = toHex(Hasher.final()); in symbolize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1457 MD5 Hasher; in instrumentGlobals() local
1458 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
1460 Hasher.final(Hash); in instrumentGlobals()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp58 llvm::MD5 Hasher; in ~msvc_hashing_ostream() local
60 Hasher.update(MangledName); in ~msvc_hashing_ostream()
61 Hasher.final(Hash); in ~msvc_hashing_ostream()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1034 llvm::SHA1 Hasher; in createSignature() local
1035 Hasher.update(ASTBlockBytes); in createSignature()
1036 auto Hash = Hasher.result(); in createSignature()
1041 Hasher.update( in createSignature()
1043 Hasher.update( in createSignature()
1045 Hash = Hasher.result(); in createSignature()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2563 llvm::MD5 Hasher; in addDeviceDepences() local
2568 Hasher.update(RealPath); in addDeviceDepences()
2572 Hasher.update(A->getAsString(Args)); in addDeviceDepences()
2574 Hasher.final(Hash); in addDeviceDepences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp259 SHA1 Hasher; member in __anon97c08c270111::ModuleBitcodeWriter
1150 Hasher.update(Str); in addToStrtab()
4377 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&(Buffer)[BlockStartPos], in writeModuleHash()
4379 StringRef Hash = Hasher.result(); in writeModuleHash()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__hash_table1516 "Hasher must be copy-constructible.");