Home
last modified time | relevance | path

Searched defs:CompressedSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp109 unsigned long CompressedSize = ::compressBound(Input.size()); in compress() local
190 size_t const CompressedSize = in compress() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp124 uint32_t CompressedSize; // 0x10 in GenerateFatbinary() member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp532 uint64_t CompressedSize = decodeULEB128(P, &N); in readAndDecodeStrings() local