Home
last modified time | relevance | path

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

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