Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
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/DebugInfo/DWARF/
DDWARFUnitIndex.h91 uint32_t serializeSectionKind(DWARFSectionKind Kind, unsigned IndexVersion);
97 DWARFSectionKind deserializeSectionKind(uint32_t Value, unsigned IndexVersion);