Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp55 Parser.ContainerVersion = Record[0]; in parseRecord()
369 if (Optional<uint64_t> Version = Helper.ContainerVersion) in processCommonMeta()
370 ContainerVersion = *Version; in processCommonMeta()
450 uint64_t PreviousContainerVersion = ContainerVersion; in processExternalFilePath()
460 if (PreviousContainerVersion != ContainerVersion) in processExternalFilePath()
465 PreviousContainerVersion, ContainerVersion); in processExternalFilePath()
H A DBitstreamRemarkParser.h37 uint64_t ContainerVersion = 0; member
H A DBitstreamRemarkSerializer.cpp233 uint64_t ContainerVersion, Optional<uint64_t> RemarkVersion, in emitMetaBlock() argument
241 R.push_back(ContainerVersion); in emitMetaBlock()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h36 Optional<uint64_t> ContainerVersion; member
H A DBitstreamRemarkSerializer.h106 void emitMetaBlock(uint64_t ContainerVersion,