Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp159 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex()
405 uint32_t IndexVersion) { in writeIndex() argument
431 Out.emitIntValue(IndexVersion, 4); // Version in writeIndex()
564 uint32_t IndexVersion = 0; in write() local
617 IndexVersion = Version < 5 ? 2 : 5; in write()
683 if (IndexVersion == 2) { in write()
701 if (CUIndex.getVersion() != IndexVersion) in write()
774 if (TUIndex.getVersion() != IndexVersion) in write()
780 getContributionIndex(TUSectionKind, IndexVersion); in write()
795 TypeIndexEntries, IndexVersion); in write()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp42 unsigned IndexVersion) { in serializeSectionKind() argument
43 if (IndexVersion == 5) { in serializeSectionKind()
47 assert(IndexVersion == 2); in serializeSectionKind()
68 unsigned IndexVersion) { in deserializeSectionKind() argument
69 if (IndexVersion == 5) in deserializeSectionKind()
73 assert(IndexVersion == 2); in deserializeSectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h65 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion);
94 uint32_t IndexVersion);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h72 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
78 DWARFSectionKind deserializeSectionKind(uint32_t Value, unsigned IndexVersion);