Home
last modified time | relevance | path

Searched refs:IndexVersion (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp162 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex()
411 uint32_t IndexVersion) { in writeIndex() argument
437 Out.emitIntValue(IndexVersion, 4); // Version in writeIndex()
571 uint32_t IndexVersion = 0; in write() local
624 IndexVersion = Version < 5 ? 2 : 5; in write()
696 if (IndexVersion == 2) { in write()
714 if (CUIndex.getVersion() != IndexVersion) in write()
787 if (TUIndex.getVersion() != IndexVersion) in write()
793 getContributionIndex(TUSectionKind, IndexVersion); in write()
808 TypeIndexEntries, IndexVersion); in write()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp43 unsigned IndexVersion) { in serializeSectionKind() argument
44 if (IndexVersion == 5) { in serializeSectionKind()
48 assert(IndexVersion == 2); in serializeSectionKind()
69 unsigned IndexVersion) { in deserializeSectionKind() argument
70 if (IndexVersion == 5) in deserializeSectionKind()
74 assert(IndexVersion == 2); in deserializeSectionKind()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.cpp441 size_t IndexVersion = 0; in updatePreamble() local
443 IndexType::Heavy, DuplicateHandling::PickOne, &IndexVersion); in updatePreamble()
446 if (IndexVersion <= PreambleIndexVersion) { in updatePreamble()
450 PreambleIndexVersion = IndexVersion; in updatePreamble()
476 size_t IndexVersion = 0; in updateMain() local
478 IndexType::Light, DuplicateHandling::Merge, &IndexVersion); in updateMain()
481 if (IndexVersion <= MainIndexVersion) { in updateMain()
485 MainIndexVersion = IndexVersion; in updateMain()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h65 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion);
94 uint32_t IndexVersion);
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h91 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
97 DWARFSectionKind deserializeSectionKind(uint32_t Value, unsigned IndexVersion);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1374 uint32_t IndexVersion = 2; in writeDWP() local
1399 IndexVersion = Version < 5 ? 2 : 5; in writeDWP()
1480 getContributionIndex(SectionIter->second.second, IndexVersion); in writeDWP()
1508 getContributionIndex(DW_SECT_EXT_TYPES, IndexVersion); in writeDWP()
1527 ContributionOffsets, TypeIndexEntries, IndexVersion); in writeDWP()
1537 ContributionOffsets, IndexEntries, IndexVersion); in writeDWP()