Home
last modified time | relevance | path

Searched refs:BitstreamRemarkContainerType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp22 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 …]
H A DBitstreamRemarkParser.h41 BitstreamRemarkContainerType ContainerType =
42 BitstreamRemarkContainerType::Standalone;
H A DBitstreamRemarkParser.cpp359 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h60 BitstreamRemarkContainerType ContainerType;
76 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);
175 raw_ostream &OS, BitstreamRemarkContainerType ContainerType,
H A DBitstreamRemarkContainer.h35 enum class BitstreamRemarkContainerType { enum