Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h189 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion()
192 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion()
436 PackedVersion CurrentVersion; variable
H A DRecordsSlice.h157 llvm::MachO::PackedVersion CurrentVersion; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp406 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
581 File->setCurrentVersion(CurrentVersion); in denormalize()
699 PackedVersion CurrentVersion; member
775 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
870 File->setCurrentVersion(CurrentVersion); in denormalize()
945 PackedVersion CurrentVersion; member
995 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1025 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
H A DInterfaceFile.cpp370 setCurrentVersion(BA.CurrentVersion); in setFromBinaryAttrs()
394 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
H A DTextStubV5.cpp124 CurrentVersion, enumerator
622 auto CurrVersionOrErr = getPackedVersion(File, TBDKey::CurrentVersion); in parseToInterfaceFile()
1006 insertNonEmptyValues(Library, TBDKey::CurrentVersion, std::move(CurrentV)); in serializeIF()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h288 CurrentVersion = CG_DATA_INDEX_VERSION enumerator
290 const uint64_t Version = CGDataVersion::CurrentVersion;
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h76 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
H A DCoverageMapping.h1456 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
1470 CurrentVersion = Version2 enumerator
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp185 if (H.Version > IndexedCGData::CGDataVersion::CurrentVersion) in readFromBuffer()
189 static_assert(IndexedCGData::CGDataVersion::CurrentVersion == Version3, in readFromBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h110 static constexpr uint32_t CurrentVersion = 4; variable
H A DInstrProf.h1168 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
1170 const uint64_t Version = ProfVersion::CurrentVersion;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp208 if (Ver.size() != 1 || Ver[0] > PGOCtxProfileWriter::CurrentVersion) in readMetadata()
211 Twine(PGOCtxProfileWriter::CurrentVersion)); in readMetadata()
H A DPGOCtxProfWriter.cpp73 const auto Version = VersionOverride.value_or(CurrentVersion); in PGOCtxProfileWriter()
H A DInstrProfWriter.cpp569 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
572 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()
H A DInstrProf.cpp1691 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1694 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer()
1727 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp888 if (ProvidedBA.CurrentVersion != DylibBA.CurrentVersion) { in verifyBinaryAttrs()
890 << ProvidedBA.CurrentVersion << DylibBA.CurrentVersion; in verifyBinaryAttrs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp62 static const unsigned CurrentVersion = 1; variable
189 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
780 Record.push_back(CurrentVersion); in writeIndex()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h146 const CXXForRangeStmt *CurrentVersion = nullptr; member
149 RangeForInfo() : Uninstantiated{nullptr}, CurrentVersion{nullptr} {} in RangeForInfo()
151 : Uninstantiated{Uninst}, CurrentVersion{Cur} {} in RangeForInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h89 uint32_t CurrentVersion, in MachOBuilderDylibLoadCommand()
92 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}), in MachOBuilderDylibLoadCommand()
H A DMachOPlatform.h58 uint32_t CurrentVersion; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp887 unsigned CurrentVersion = 0; in run() local
889 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1757 Opts.IDDylib->CurrentVersion, Opts.IDDylib->CompatibilityVersion); in createHeaderBlock()
1770 LD.D.Name, LD.D.Timestamp, LD.D.CurrentVersion, in createHeaderBlock()
1775 LD.D.Name, LD.D.Timestamp, LD.D.CurrentVersion, in createHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp172 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1147 if (RFI.Uninstantiated == RFI.CurrentVersion) in checkRangeFor()
1152 const DeclStmt *RangeStmt = RFI.CurrentVersion->getBeginStmt(); in checkRangeFor()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp869 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()

12