enum class BitstreamRemarkContainerType

Description

Type of the remark container. The remark container has two modes: * separate: the metadata is separate from the remarks and points to the auxiliary file that contains the remarks. * standalone: the metadata and the remarks are emitted together.

Declared at: llvm/include/llvm/Remarks/BitstreamRemarkContainer.h:35

Enumerators

NameValueComment
SeparateRemarksMeta0The metadata emitted separately. This will contain the following: * Container version and type * String table * External file
SeparateRemarksFile1The remarks emitted separately. This will contain the following: * Container version and type * Remark version
Standalone2Everything is emitted together. This will contain the following: * Container version and type * Remark version * String table
First0Everything is emitted together. This will contain the following: * Container version and type * Remark version * String table
Last2Everything is emitted together. This will contain the following: * Container version and type * Remark version * String table