/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | PGOCtxProfWriter.h | 75 const auto Version = VersionOverride ? *VersionOverride : CurrentVersion; 86 static constexpr uint32_t CurrentVersion = 1; variable
|
H A D | InstrProf.h | 1105 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 1107 const uint64_t Version = ProfVersion::CurrentVersion;
|
H A D | InstrProfData.inc | 302 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 155 if (Ver.size() != 1 || Ver[0] > PGOCtxProfileWriter::CurrentVersion) in readMetadata() 158 Twine(PGOCtxProfileWriter::CurrentVersion)); in readMetadata()
|
H A D | InstrProf.cpp | 1638 IndexedInstrProf::ProfVersion::CurrentVersion) in readFromBuffer() 1641 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in readFromBuffer() 1674 IndexedInstrProf::ProfVersion::CurrentVersion == Version12, in size()
|
H A D | InstrProfWriter.cpp | 858 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl() 861 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 188 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion() 191 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion() 434 PackedVersion CurrentVersion; variable
|
H A D | RecordsSlice.h | 152 llvm::MachO::PackedVersion CurrentVersion; member
|
/freebsd/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 | 368 setCurrentVersion(BA.CurrentVersion); in setFromBinaryAttrs() 392 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()
|
/freebsd/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/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 870 if (ProvidedBA.CurrentVersion != DylibBA.CurrentVersion) { in verifyBinaryAttrs() 872 << ProvidedBA.CurrentVersion << DylibBA.CurrentVersion; in verifyBinaryAttrs()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 62 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 D | PromoteMemoryToRegister.cpp | 838 unsigned CurrentVersion = 0; in run() local 840 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 1380 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator 1394 CurrentVersion = Version2 enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 173 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1740 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 D | CoverageMappingReader.cpp | 862 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 302 llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
|