Searched defs:CompressedBuffer (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | Compression.cpp | 108 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() argument 148 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress() argument 169 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level, in compress() argument 230 compress(ArrayRef<uint8_t> Input,SmallVectorImpl<uint8_t> & CompressedBuffer,int Level,bool EnableLdm) compress() argument [all...] |
/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 1002 SmallVector<uint8_t, 0> CompressedBuffer; compress() local 1368 SmallVector<char, 0> CompressedBuffer; BundleFiles() local [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2225 SmallVector<uint8_t, 0> CompressedBuffer; emitBlob() local
|