Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp162 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex() argument
163 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex()
164 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex()
496 uint32_t IndexVersion) { in writeIndex() argument
522 Out.emitIntValue(IndexVersion, 4); // Version in writeIndex()
655 uint32_t IndexVersion = 0; in write() local
713 IndexVersion = Version < 5 ? 2 : 5; in write()
722 auto Index = getContributionIndex(Pair.first, IndexVersion); in write()
744 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write()
759 IndexVersion)]; in write()
[all …]
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h72 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion);
101 uint32_t IndexVersion);
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h91 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
97 DWARFSectionKind deserializeSectionKind(uint32_t Value, unsigned IndexVersion);