Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h75 const auto Version = VersionOverride ? *VersionOverride : CurrentVersion;
86 static constexpr uint32_t CurrentVersion = 1; variable
H A DInstrProf.h1105 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
1107 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfData.inc302 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp155 if (Ver.size() != 1 || Ver[0] > PGOCtxProfileWriter::CurrentVersion) in readMetadata()
158 Twine(PGOCtxProfileWriter::CurrentVersion)); in readMetadata()
H A DInstrProf.cpp1638 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1641 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer()
1674 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
H A DInstrProfWriter.cpp858 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
861 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h188 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion()
191 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion()
434 PackedVersion CurrentVersion; variable
H A DRecordsSlice.h152 llvm::MachO::PackedVersion CurrentVersion; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp407 CurrentVersion = PackedVersion(File->getCurrentVersion()); in NormalizedTBD()
582 File->setCurrentVersion(CurrentVersion); in denormalize()
700 PackedVersion CurrentVersion; member
776 CurrentVersion = File->getCurrentVersion(); in NormalizedTBD_V4()
871 File->setCurrentVersion(CurrentVersion); in denormalize()
946 PackedVersion CurrentVersion; member
996 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1026 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValuesV4()
H A DInterfaceFile.cpp368 setCurrentVersion(BA.CurrentVersion); in setFromBinaryAttrs()
392 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
H A DTextStubV5.cpp97 CurrentVersion, enumerator
595 auto CurrVersionOrErr = getPackedVersion(File, TBDKey::CurrentVersion); in parseToInterfaceFile()
955 insertNonEmptyValues(Library, TBDKey::CurrentVersion, std::move(CurrentV)); in serializeIF()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h89 uint32_t CurrentVersion,
92 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}),
112 uint32_t CurrentVersion,
115 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}),
H A DMachOPlatform.h57 uint32_t CurrentVersion; member
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp870 if (ProvidedBA.CurrentVersion != DylibBA.CurrentVersion) { in verifyBinaryAttrs()
872 << 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()
785 Record.push_back(CurrentVersion); in writeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp838 unsigned CurrentVersion = 0; in run() local
840 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1380 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
1394 CurrentVersion = Version2 enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp173 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1740 Opts.IDDylib->CurrentVersion, Opts.IDDylib->CompatibilityVersion); in createHeaderBlock()
1749 D.Name, D.Timestamp, D.CurrentVersion, D.CompatibilityVersion); in createHeaderBlock()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp862 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc302 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))