Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCompression.cpp108 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
148 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
167 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
208 SmallVectorImpl<uint8_t> &CompressedBuffer, int Level) { in compress()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2004 SmallVector<uint8_t, 0> CompressedBuffer; in emitBlob() local