LLVM API Documentation

NULLCOMP_stream Struct Reference

Collaboration diagram for NULLCOMP_stream:

Collaboration graph
[legend]
List of all members.

Public Attributes

char * next_in
size_t avail_in
char * next_out
size_t avail_out
size_t output_count

Detailed Description

Definition at line 55 of file Compressor.cpp.


Member Data Documentation

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().

char* NULLCOMP_stream::next_out

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().

size_t NULLCOMP_stream::output_count

Definition at line 63 of file Compressor.cpp.

Referenced by llvm::Compressor::compress(), llvm::Compressor::decompress(), NULLCOMP_compress(), NULLCOMP_decompress(), and NULLCOMP_init().


The documentation for this struct was generated from the following file: