Lines Matching full:remarks
18 #include "llvm/Remarks/BitstreamRemarkContainer.h"
19 #include "llvm/Remarks/RemarkSerializer.h"
23 namespace remarks {
25 struct Remarks;
27 /// Serialize the remarks to LLVM bitstream.
28 /// This class provides ways to emit remarks in the LLVM bitstream format and
36 /// Separate remarks: | Container info
104 /// The block info for the remarks block.
107 /// Emit the metadata for the remarks.
127 /// 2) The metadata block that contains various information about the remarks
144 /// the remarks based on the SerializerMode specified at construction.
159 /// Serializer of metadata for bitstream remarks.
195 } // end namespace remarks