Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h224 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; }
227 PackedVersion getCurrentVersion() const { return CurrentVersion; }
423 PackedVersion CurrentVersion;
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTextStub.cpp443 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
623 File->setCurrentVersion(CurrentVersion); in denormalize()
735 PackedVersion CurrentVersion; member
813 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
918 File->setCurrentVersion(CurrentVersion); in denormalize()
982 PackedVersion CurrentVersion; member
1031 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1060 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
H A DInterfaceFile.cpp136 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp726 unsigned CurrentVersion = 0; in run() local
728 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1056 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
1058 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfData.inc259 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1368 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1375 IndexedInstrProf::ProfVersion::CurrentVersion == Version9, in readFromBuffer()
1397 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version9, in size()
H A DInstrProfWriter.cpp359 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1021 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp793 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc259 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))