Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h115 static inline const size_t HashFieldSize = sizeof(uint64_t); variable
118 UncompressedSizeFieldSize + HashFieldSize;
121 UncompressedSizeFieldSize + HashFieldSize;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1109 CurrentOffset += HashFieldSize; in decompress()