Searched refs:Hasher (Results 1 – 11 of 11) sorted by relevance
39 MD5 Hasher; in get() local44 Hasher.update(Name); in get()50 Hasher.update(Name); in get()55 Hasher.final(Hash); in get()
90 SHA1 Hasher; in computeLTOCacheKey() local93 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 …]
913 SHA1 Hasher; in parseBlock() local915 Hasher.update(*CheckHash); in parseBlock()919 Hasher.update(ArrayRef<uint8_t>(Ptr, BlockSize)); in parseBlock()920 Hash = Hasher.result(); in parseBlock()
638 MD5 Hasher; in getCoveragePath() local640 Hasher.update(filename.str()); in getCoveragePath()641 Hasher.final(Result); in getCoveragePath()
873 SHA1 Hasher; in symbolize() local874 Hasher.update((*BufOrErr)->getBuffer()); in symbolize()875 Coverage->BinaryHash = toHex(Hasher.final()); in symbolize()
1457 MD5 Hasher; in instrumentGlobals() local1458 Hasher.update(M.getSourceFileName()); in instrumentGlobals()1460 Hasher.final(Hash); in instrumentGlobals()
58 llvm::MD5 Hasher; in ~msvc_hashing_ostream() local60 Hasher.update(MangledName); in ~msvc_hashing_ostream()61 Hasher.final(Hash); in ~msvc_hashing_ostream()
1034 llvm::SHA1 Hasher; in createSignature() local1035 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()
2563 llvm::MD5 Hasher; in addDeviceDepences() local2568 Hasher.update(RealPath); in addDeviceDepences()2572 Hasher.update(A->getAsString(Args)); in addDeviceDepences()2574 Hasher.final(Hash); in addDeviceDepences()
259 SHA1 Hasher; member in __anon97c08c270111::ModuleBitcodeWriter1150 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()
1516 "Hasher must be copy-constructible.");