Searched refs:CurrentVersion (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 224 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } 227 PackedVersion getCurrentVersion() const { return CurrentVersion; } 423 PackedVersion CurrentVersion;
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 443 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 D | InterfaceFile.cpp | 136 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 63 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 D | PromoteMemoryToRegister.cpp | 726 unsigned CurrentVersion = 0; in run() local 728 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1056 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 1058 const uint64_t Version = ProfVersion::CurrentVersion;
|
| H A D | InstrProfData.inc | 259 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1368 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer() 1375 IndexedInstrProf::ProfVersion::CurrentVersion == Version9, in readFromBuffer() 1397 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version9, in size()
|
| H A D | InstrProfWriter.cpp | 359 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1021 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 793 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 259 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|