Home
last modified time | relevance | path

Searched refs:HashFieldSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBundle.h42 static inline const size_t HashFieldSize = sizeof(uint64_t); variable
45 UncompressedSizeFieldSize + HashFieldSize;
48 UncompressedSizeFieldSize + HashFieldSize;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp302 CurrentOffset += HashFieldSize; in decompress()