Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h228 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; }
231 PackedVersion getCurrentVersion() const { return CurrentVersion; }
425 PackedVersion CurrentVersion;
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp443 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
624 File->setCurrentVersion(CurrentVersion); in denormalize()
736 PackedVersion CurrentVersion; member
814 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
919 File->setCurrentVersion(CurrentVersion); in denormalize()
983 PackedVersion CurrentVersion; member
1032 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1061 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
H A DInterfaceFile.cpp136 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp63 static const unsigned CurrentVersion = 1; variable
190 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
789 Record.push_back(CurrentVersion); in writeIndex()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h989 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
991 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfData.inc258 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp633 unsigned CurrentVersion = 0; in run() local
635 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp305 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
H A DInstrProfReader.cpp861 IndexedInstrProf::ProfVersion::CurrentVersion) in readHeader()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1010 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp791 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc258 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))