ΒΆllvm::DWARFSectionKind deserializeSectionKind(
    uint32_t Value,
    unsigned int IndexVersion)

Description

Convert a value read from an index section to the internal representation. The conversion depends on the index section version, which is expected to be either 2 for pre-standard GNU proposal or 5 for DWARFv5 package file.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:97

Parameters

uint32_t Value
unsigned int IndexVersion