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()
371 if (std::optional<uint64_t> Version = Helper.ContainerVersion) in processCommonMeta()
372 ContainerVersion = *Version; in processCommonMeta()
452 uint64_t PreviousContainerVersion = ContainerVersion; in processExternalFilePath()
462 if (PreviousContainerVersion != ContainerVersion) in processExternalFilePath()
467 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.h66 struct ContainerVersion { struct
79 ContainerVersion Version; argument