Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp20 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper()
207 case BitstreamRemarkContainerType::SeparateRemarksMeta: in setupBlockInfo()
213 case BitstreamRemarkContainerType::SeparateRemarksFile: in setupBlockInfo()
219 case BitstreamRemarkContainerType::Standalone: in setupBlockInfo()
246 case BitstreamRemarkContainerType::SeparateRemarksMeta: in emitMetaBlock()
252 case BitstreamRemarkContainerType::SeparateRemarksFile: in emitMetaBlock()
256 case BitstreamRemarkContainerType::Standalone: in emitMetaBlock()
329 Helper(BitstreamRemarkContainerType::SeparateRemarksFile) { in BitstreamRemarkSerializer()
342 ? BitstreamRemarkContainerType::SeparateRemarksFile in BitstreamRemarkSerializer()
343 : BitstreamRemarkContainerType::Standalone) { in BitstreamRemarkSerializer()
[all …]
H A DBitstreamRemarkParser.h39 BitstreamRemarkContainerType ContainerType =
40 BitstreamRemarkContainerType::Standalone;
H A DBitstreamRemarkParser.cpp357 case BitstreamRemarkContainerType::Standalone: in parseMeta()
359 case BitstreamRemarkContainerType::SeparateRemarksFile: in parseMeta()
361 case BitstreamRemarkContainerType::SeparateRemarksMeta: in parseMeta()
378 if (*Type > static_cast<uint8_t>(BitstreamRemarkContainerType::Last)) in processCommonMeta()
383 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()
454 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h58 BitstreamRemarkContainerType ContainerType;
74 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);
173 BitstreamRemarkContainerType ContainerType,
H A DBitstreamRemarkContainer.h35 enum class BitstreamRemarkContainerType { enum