| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 225 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion() 228 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion() 461 PackedVersion CurrentVersion; variable
|
| H A D | RecordsSlice.h | 148 llvm::MachO::PackedVersion CurrentVersion; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 407 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 D | InterfaceFile.cpp | 363 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
|
| H A D | TextStubV5.cpp | 97 CurrentVersion, enumerator 595 auto CurrVersionOrErr = getPackedVersion(File, TBDKey::CurrentVersion); in parseToInterfaceFile() 955 insertNonEmptyValues(Library, TBDKey::CurrentVersion, std::move(CurrentV)); in serializeIF()
|
| H A D | RecordsSlice.cpp | 302 File->setCurrentVersion(BA.CurrentVersion); in createInterfaceFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.h | 75 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
|
| H A D | CoverageMapping.h | 1287 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator 1301 CurrentVersion = Version2 enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOBuilder.h | 89 uint32_t CurrentVersion, 92 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}), 112 uint32_t CurrentVersion, 115 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}),
|
| H A D | MachOPlatform.h | 57 uint32_t CurrentVersion; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 63 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 D | InstrProf.h | 1029 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 1031 const uint64_t Version = ProfVersion::CurrentVersion;
|
| H A D | InstrProfData.inc | 266 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1519 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer() 1526 IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in readFromBuffer() 1554 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version11, in size()
|
| H A D | InstrProfWriter.cpp | 435 Header.Version = IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 817 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 D | DylibReader.cpp | 171 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1694 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 D | CoverageMappingReader.cpp | 854 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 266 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|