Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Stream

95   /// output stream, plus those deserialized from a chained PCH.
99 /// stored in the stream, the ID number is shifted by 2 bits to
108 llvm::BitstreamWriter &Stream;
186 /// the output stream, as well as those deserialized from a chained PCH.
221 /// output stream, plus those deserialized from a chained PCH.
225 /// stored in the stream, the ID number is shifted by 2 bits to
242 /// the output stream.
519 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer,
778 /// \brief Emit the record to the stream, followed by its substatements, and
782 uint64_t Offset = Writer->Stream.GetCurrentBitNo();
784 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
789 /// \brief Emit the record to the stream, preceded by its substatements.
792 PrepareToEmit(Writer->Stream.GetCurrentBitNo());
793 Writer->Stream.EmitRecord(Code, *Record, Abbrev);
794 return Writer->Stream.GetCurrentBitNo();
944 llvm::BitstreamWriter Stream;