Searched refs:BitstreamRemarkContainerType (Results 1 – 5 of 5) sorted by relevance
22 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper()209 case BitstreamRemarkContainerType::SeparateRemarksMeta: in setupBlockInfo()215 case BitstreamRemarkContainerType::SeparateRemarksFile: in setupBlockInfo()221 case BitstreamRemarkContainerType::Standalone: in setupBlockInfo()249 case BitstreamRemarkContainerType::SeparateRemarksMeta: in emitMetaBlock()255 case BitstreamRemarkContainerType::SeparateRemarksFile: in emitMetaBlock()259 case BitstreamRemarkContainerType::Standalone: in emitMetaBlock()332 Helper(BitstreamRemarkContainerType::SeparateRemarksFile) { in BitstreamRemarkSerializer()345 ? BitstreamRemarkContainerType::SeparateRemarksFile in BitstreamRemarkSerializer()346 : BitstreamRemarkContainerType::Standalone) { in BitstreamRemarkSerializer()[all …]
41 BitstreamRemarkContainerType ContainerType =42 BitstreamRemarkContainerType::Standalone;
359 case BitstreamRemarkContainerType::Standalone: in parseMeta()361 case BitstreamRemarkContainerType::SeparateRemarksFile: in parseMeta()363 case BitstreamRemarkContainerType::SeparateRemarksMeta: in parseMeta()380 if (*Type > static_cast<uint8_t>(BitstreamRemarkContainerType::Last)) in processCommonMeta()385 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()456 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
60 BitstreamRemarkContainerType ContainerType;76 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);175 raw_ostream &OS, BitstreamRemarkContainerType ContainerType,
35 enum class BitstreamRemarkContainerType { enum