Lines Matching full:bitstream
1 //===-- BitstreamRemarkSerializer.h - Bitstream serializer ------*- C++ -*-===//
10 // Bitstream format.
17 #include "llvm/Bitstream/BitstreamWriter.h"
27 /// Serialize the remarks to LLVM bitstream.
28 /// This class provides ways to emit remarks in the LLVM bitstream format and
52 /// Buffer used for encoding the bitstream before writing it to the final
55 /// Buffer used to construct records and pass to the bitstream writer.
57 /// The Bitstream writer.
58 BitstreamWriter Bitstream; member
78 // Disable copy and move: Bitstream points to Encoded, which needs special
123 /// Implementation of the remark serializer using LLVM bitstream.
134 /// The helper to emit bitstream.
155 return S->SerializerFormat == Format::Bitstream; in classof()
159 /// Serializer of metadata for bitstream remarks.