Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp160 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex() argument
161 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex()
162 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex()
422 uint32_t IndexVersion) { in writeIndex() argument
448 Out.emitIntValue(IndexVersion, 4); // Version in writeIndex()
580 uint32_t IndexVersion = 0; in write() local
637 IndexVersion = Version < 5 ? 2 : 5; in write()
646 auto Index = getContributionIndex(Pair.first, IndexVersion); in write()
653 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write()
668 IndexVersion)]; in write()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/
H A DDWP.h65 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion);
94 uint32_t IndexVersion);
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h91 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
97 DWARFSectionKind deserializeSectionKind(uint32_t Value, unsigned IndexVersion);