Lines Matching full:serializer
1 //===-- BitstreamRemarkSerializer.h - Bitstream serializer ------*- C++ -*-===//
9 // This file provides an implementation of the serializer using the LLVM
123 /// Implementation of the remark serializer using LLVM bitstream.
137 /// Construct a serializer that will create its own string table.
139 /// Construct a serializer with a pre-filled string table.
147 /// The metadata serializer associated to this remark serializer. Based on the
148 /// container type of the current serializer, the container type of the
149 /// metadata serializer will change.
159 /// Serializer of metadata for bitstream remarks.
163 /// serializer. In case of [1], we need to be able to store a reference to the
173 /// Create a new meta serializer based on \p ContainerType.
184 /// Create a new meta serializer based on a previously built \p Helper.