Return the first child entry of Die, or nullptr.
Declared in <llvm/DebugInfo/DWARF/DWARFUnit.h>
DWARFDebugInfoEntry const*
getFirstChildEntry(DWARFDebugInfoEntry const* Die) const;
First child of Die, or nullptr if it has none.
| Name | Description |
|---|---|
| Die | Debug-info entry whose first child is requested. |