Home
last modified time | relevance | path

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

/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
[all...]
/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.cpp124 uint32_t CompressedSize; // 0x10 GenerateFatbinary() member
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp533 uint64_t CompressedSize = decodeULEB128(P, &N); readAndDecodeStrings() local