Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp76 uint64_t RemarkVersion) { in emitMetaRemarkVersion() argument
80 R.push_back(RemarkVersion); in emitMetaRemarkVersion()
235 uint64_t ContainerVersion, std::optional<uint64_t> RemarkVersion, in emitMetaBlock() argument
256 assert(RemarkVersion != std::nullopt); in emitMetaBlock()
257 emitMetaRemarkVersion(*RemarkVersion); in emitMetaBlock()
260 assert(RemarkVersion != std::nullopt); in emitMetaBlock()
261 emitMetaRemarkVersion(*RemarkVersion); in emitMetaBlock()
H A DBitstreamRemarkParser.cpp64 Parser.RemarkVersion = Record[0]; in parseRecord()
406 std::optional<uint64_t> RemarkVersion) { in processRemarkVersion() argument
407 if (!RemarkVersion) in processRemarkVersion()
411 P.RemarkVersion = *RemarkVersion; in processRemarkVersion()
477 return processRemarkVersion(*this, Helper.RemarkVersion); in processStandaloneMeta()
482 return processRemarkVersion(*this, Helper.RemarkVersion); in processSeparateRemarksFileMeta()
H A DBitstreamRemarkParser.h40 uint64_t RemarkVersion = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h96 void emitMetaRemarkVersion(uint64_t RemarkVersion);
109 std::optional<uint64_t> RemarkVersion,
H A DBitstreamRemarkParser.h40 std::optional<uint64_t> RemarkVersion; member