Home
last modified time | relevance | path

Searched refs:CurrentVersion (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp61 static const unsigned CurrentVersion = 1; variable
173 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
758 Record.push_back(CurrentVersion); in writeIndex()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h893 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
895 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfData.inc244 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp644 unsigned CurrentVersion = 0; in run() local
646 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp265 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
H A DInstrProfReader.cpp806 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h772 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp561 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc244 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))