reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Compression.h
   32 Error compress(StringRef InputBuffer, SmallVectorImpl<char> &CompressedBuffer,

References

lib/MC/ELFObjectWriter.cpp
  894   if (Error E = zlib::compress(
lib/ProfileData/InstrProf.cpp
  408   Error E = zlib::compress(StringRef(UncompressedNameStrings),
lib/ProfileData/SampleProfWriter.cpp
  104   llvm::Error E = zlib::compress(UncompressedStrings, CompressedStrings,
tools/clang/lib/Serialization/ASTWriter.cpp
 2251     llvm::Error E = llvm::zlib::compress(Blob.drop_back(1), CompressedBuffer);
tools/clang/tools/extra/clangd/index/Serialization.cpp
  177       llvm::cantFail(llvm::zlib::compress(RawTable, Compressed));
tools/lld/ELF/OutputSections.cpp
  275   if (Error e = zlib::compress(toStringRef(buf), compressedData))
tools/llvm-objcopy/ELF/Object.cpp
  507   if (Error E = zlib::compress(