LLVM: llvm::BrokenLink Struct Reference (original) (raw)

A broken link in the keep chain. More...

Public Member Functions
Public Attributes
DWARFDie Parent
DWARFDie Child

Detailed Description

A broken link in the keep chain.

By recording both the parent and the child we can show only broken links for DIEs with multiple children.

Definition at line 1129 of file DWARFLinker.cpp.

Constructor & Destructor Documentation

llvm::BrokenLink::BrokenLink ( DWARFDie Parent, DWARFDie Child ) inline

Definition at line 1130 of file DWARFLinker.cpp.

References Child, and Parent.

Member Data Documentation

Child

DWARFDie llvm::BrokenLink::Child

Definition at line 1132 of file DWARFLinker.cpp.

Referenced by BrokenLink().

Parent

DWARFDie llvm::BrokenLink::Parent

Definition at line 1131 of file DWARFLinker.cpp.

Referenced by BrokenLink().


The documentation for this struct was generated from the following file: