LLVM API Documentation

Public Attributes | |
| char * | next_in |
| size_t | avail_in |
| char * | next_out |
| size_t | avail_out |
| size_t | output_count |
Definition at line 55 of file Compressor.cpp.
| char* NULLCOMP_stream::next_in |
Definition at line 57 of file Compressor.cpp.
Referenced by llvm::Compressor::compress(), llvm::Compressor::decompress(), NULLCOMP_compress(), and NULLCOMP_decompress().
| size_t NULLCOMP_stream::avail_in |
Definition at line 58 of file Compressor.cpp.
Referenced by llvm::Compressor::compress(), llvm::Compressor::decompress(), NULLCOMP_compress(), and NULLCOMP_decompress().
Definition at line 59 of file Compressor.cpp.
Referenced by llvm::Compressor::compress(), llvm::Compressor::decompress(), NULLCOMP_compress(), and NULLCOMP_decompress().
| size_t NULLCOMP_stream::avail_out |
Definition at line 60 of file Compressor.cpp.
Referenced by llvm::Compressor::compress(), llvm::Compressor::decompress(), NULLCOMP_compress(), and NULLCOMP_decompress().
Definition at line 63 of file Compressor.cpp.
Referenced by llvm::Compressor::compress(), llvm::Compressor::decompress(), NULLCOMP_compress(), NULLCOMP_decompress(), and NULLCOMP_init().