Return the DWARF types COMDAT section for the given hash.

Synopsis

Declared in <llvm/MC/MCObjectFileInfo.h>

MCSection*
getDwarfTypesSection(uint64_t Hash) const;

Return Value

The DWARF types COMDAT section for the given hash.

Parameters

Name

Description

Hash

COMDAT key identifying the unique types section.

Created with MrDocs