Home
last modified time | relevance | path

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

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