| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 189 void setCurrentVersion(PackedVersion Version) { CurrentVersion = Version; } in setCurrentVersion() 192 PackedVersion getCurrentVersion() const { return CurrentVersion; } in getCurrentVersion() 436 PackedVersion CurrentVersion; variable
|
| H A D | RecordsSlice.h | 157 llvm::MachO::PackedVersion CurrentVersion; member
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 406 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 D | InterfaceFile.cpp | 370 setCurrentVersion(BA.CurrentVersion); in setFromBinaryAttrs() 394 if ((CurrentVersion != O.CurrentVersion) || in operator ==()
|
| H A D | TextStubV5.cpp | 124 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 D | CodeGenData.h | 288 CurrentVersion = CG_DATA_INDEX_VERSION enumerator 290 const uint64_t Version = CGDataVersion::CurrentVersion;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.h | 76 TestingFormatVersion Version = TestingFormatVersion::CurrentVersion);
|
| H A D | CoverageMapping.h | 1456 CurrentVersion = INSTR_PROF_COVMAP_VERSION enumerator 1470 CurrentVersion = Version2 enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 185 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 D | PGOCtxProfWriter.h | 110 static constexpr uint32_t CurrentVersion = 4; variable
|
| H A D | InstrProf.h | 1168 CurrentVersion = INSTR_PROF_INDEX_VERSION enumerator 1170 const uint64_t Version = ProfVersion::CurrentVersion;
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 208 if (Ver.size() != 1 || Ver[0] > PGOCtxProfileWriter::CurrentVersion) in readMetadata() 211 Twine(PGOCtxProfileWriter::CurrentVersion)); in readMetadata()
|
| H A D | PGOCtxProfWriter.cpp | 73 const auto Version = VersionOverride.value_or(CurrentVersion); in PGOCtxProfileWriter()
|
| H A D | InstrProfWriter.cpp | 569 : IndexedInstrProf::ProfVersion::CurrentVersion; in writeImpl() 572 static_assert(IndexedInstrProf::ProfVersion::CurrentVersion == in writeImpl()
|
| H A D | InstrProf.cpp | 1691 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 D | DylibVerifier.cpp | 888 if (ProvidedBA.CurrentVersion != DylibBA.CurrentVersion) { in verifyBinaryAttrs() 890 << 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() 780 Record.push_back(CurrentVersion); in writeIndex()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 146 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 D | MachOBuilder.h | 89 uint32_t CurrentVersion, in MachOBuilderDylibLoadCommand() 92 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}), in MachOBuilderDylibLoadCommand()
|
| H A D | MachOPlatform.h | 58 uint32_t CurrentVersion; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 887 unsigned CurrentVersion = 0; in run() local 889 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1757 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 D | DylibReader.cpp | 172 BA.CurrentVersion = DLLC.dylib.current_version; in readMachOHeader()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1147 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 D | CoverageMappingReader.cpp | 869 if (Version > CovMapVersion::CurrentVersion) in readCoverageMappingData()
|