Searched refs:CurrentVersion (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/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; member in class:llvm::MachO::InterfaceFile
/openbsd-current/gnu/llvm/llvm/lib/TextAPI/
H A DInterfaceFile.cpp136 if ((CurrentVersion != O.CurrentVersion) ||
H A DTextStub.cpp443 CurrentVersion = PackedVersion(File->getCurrentVersion());
623 File->setCurrentVersion(CurrentVersion);
735 PackedVersion CurrentVersion; member in struct:llvm::yaml::MappingTraits::NormalizedTBD
813 CurrentVersion = File->getCurrentVersion();
918 File->setCurrentVersion(CurrentVersion);
982 PackedVersion CurrentVersion; member in struct:llvm::yaml::MappingTraits::NormalizedTBD_V4
1031 IO.mapOptional("current-version", Keys->CurrentVersion,
1060 IO.mapOptional("current-version", Keys->CurrentVersion,
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp63 static const unsigned CurrentVersion = 1; variable
190 if (Record.size() < 1 || Record[0] != CurrentVersion)
789 Record.push_back(CurrentVersion);
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1368 IndexedInstrProf::ProfVersion::CurrentVersion)
1375 IndexedInstrProf::ProfVersion::CurrentVersion == Version9,
1397 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version9,
H A DInstrProfWriter.cpp359 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion;
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1056 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator in enum:llvm::IndexedInstrProf::HashT::ProfVersion
1058 const uint64_t Version = ProfVersion::CurrentVersion;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp726 unsigned CurrentVersion = 0; local
728 QueuePhiNode(BB, AllocaNum, CurrentVersion);
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1021 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator in enum:llvm::coverage::CovMapVersion
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp793 if (Version > CovMapVersion::CurrentVersion)

Completed in 143 milliseconds