Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h225 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion()
228 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion()
461 PackedVersion CurrentVersion; variable
H A DRecordsSlice.h148 llvm::MachO::PackedVersion CurrentVersion; member
/freebsd-14.2/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.cpp363 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()
H A DRecordsSlice.cpp302 File->setCurrentVersion(BA.CurrentVersion); in createInterfaceFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h75 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
H A DCoverageMapping.h1287 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator
1301 CurrentVersion = Version2 enumerator
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp63 static const unsigned CurrentVersion = 1; variable
193 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
789 Record.push_back(CurrentVersion); in writeIndex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1029 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator
1031 const uint64_t Version = ProfVersion::CurrentVersion;
H A DInstrProfData.inc266 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1519 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer()
1526 IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in readFromBuffer()
1554 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in size()
H A DInstrProfWriter.cpp435 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp817 unsigned CurrentVersion = 0; in run() local
819 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp171 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1694 Opts.IDDylib->CurrentVersion, Opts.IDDylib->CompatibilityVersion); in createHeaderBlock()
1700 D.Name, D.Timestamp, D.CurrentVersion, D.CompatibilityVersion); in createHeaderBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp854 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc266 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))