Home
last modified time | relevance | path

Searched defs:CompressedBuffer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCompression.cpp51 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
93 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
112 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
155 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2003 SmallVector<uint8_t, 0> CompressedBuffer; in emitBlob() local