llvm::DWARFUnit::getFirstChildEntry

Return the first child entry of Die, or nullptr.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFUnit.h>

DWARFDebugInfoEntry const*
getFirstChildEntry(DWARFDebugInfoEntry const* Die) const;

Return Value

First child of Die, or nullptr if it has none.

Parameters

NameDescription
DieDebug-info entry whose first child is requested.