Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp21 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper()
208 case BitstreamRemarkContainerType::SeparateRemarksMeta: in setupBlockInfo()
214 case BitstreamRemarkContainerType::SeparateRemarksFile: in setupBlockInfo()
220 case BitstreamRemarkContainerType::Standalone: in setupBlockInfo()
247 case BitstreamRemarkContainerType::SeparateRemarksMeta: in emitMetaBlock()
253 case BitstreamRemarkContainerType::SeparateRemarksFile: in emitMetaBlock()
257 case BitstreamRemarkContainerType::Standalone: in emitMetaBlock()
330 Helper(BitstreamRemarkContainerType::SeparateRemarksFile) { in BitstreamRemarkSerializer()
344 : BitstreamRemarkContainerType::Standalone) { in BitstreamRemarkSerializer()
371 BitstreamRemarkContainerType::SeparateRemarksMeta); in metaSerializer()
[all …]
H A DBitstreamRemarkParser.h41 BitstreamRemarkContainerType ContainerType =
42 BitstreamRemarkContainerType::Standalone;
H A DBitstreamRemarkParser.cpp358 case BitstreamRemarkContainerType::Standalone: in parseMeta()
360 case BitstreamRemarkContainerType::SeparateRemarksFile: in parseMeta()
362 case BitstreamRemarkContainerType::SeparateRemarksMeta: in parseMeta()
379 if (*Type > static_cast<uint8_t>(BitstreamRemarkContainerType::Last)) in processCommonMeta()
384 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()
455 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
/llvm-project-15.0.7/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h59 BitstreamRemarkContainerType ContainerType;
75 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);
174 BitstreamRemarkContainerType ContainerType,
H A DBitstreamRemarkContainer.h35 enum class BitstreamRemarkContainerType { enum