LLVM API Documentation
compress(const char *in, unsigned size, OutputDataCallback *cb, void *context=0) | llvm::Compressor | [static] |
compressToNewBuffer(const char *in, unsigned size, char *&out) | llvm::Compressor | [static] |
compressToStream(const char *in, unsigned size, std::ostream &out) | llvm::Compressor | [static] |
decompress(const char *in, unsigned size, OutputDataCallback *cb, void *context=0) | llvm::Compressor | [static] |
decompressToNewBuffer(const char *in, unsigned size, char *&out) | llvm::Compressor | [static] |
decompressToStream(const char *in, unsigned size, std::ostream &out) | llvm::Compressor | [static] |
OutputDataCallback typedef | llvm::Compressor |