Lines Matching refs:Hasher
104 SHA1 Hasher; in computeLTOCacheKey() local
107 Hasher.update(LLVM_VERSION_STRING); in computeLTOCacheKey()
109 Hasher.update(LLVM_REVISION); in computeLTOCacheKey()
114 Hasher.update(Str); in computeLTOCacheKey()
115 Hasher.update(ArrayRef<uint8_t>{0}); in computeLTOCacheKey()
120 Hasher.update(Data); in computeLTOCacheKey()
125 Hasher.update(Data); in computeLTOCacheKey()
128 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&I, 1)); in computeLTOCacheKey()
163 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
175 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
209 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
225 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.first, in computeLTOCacheKey()
227 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.second, in computeLTOCacheKey()
281 Hasher.update( in computeLTOCacheKey()
348 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey()
353 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey()
358 Key = toHex(Hasher.result()); in computeLTOCacheKey()