Home
last modified time | relevance | path

Searched refs:ContainerVersion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp57 Parser.ContainerVersion = Record[0]; in parseRecord()
368 if (std::optional<uint64_t> Version = Helper.ContainerVersion) in processCommonMeta()
369 ContainerVersion = *Version; in processCommonMeta()
449 uint64_t PreviousContainerVersion = ContainerVersion; in processExternalFilePath()
459 if (PreviousContainerVersion != ContainerVersion) in processExternalFilePath()
464 PreviousContainerVersion, ContainerVersion); in processExternalFilePath()
H A DBitstreamRemarkParser.h39 uint64_t ContainerVersion = 0; member
H A DBitstreamRemarkSerializer.cpp235 uint64_t ContainerVersion, std::optional<uint64_t> RemarkVersion, in emitMetaBlock() argument
244 R.push_back(ContainerVersion); in emitMetaBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h36 std::optional<uint64_t> ContainerVersion; member
H A DBitstreamRemarkSerializer.h108 void emitMetaBlock(uint64_t ContainerVersion,
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h71 struct ContainerVersion { struct
84 ContainerVersion Version; argument