|
LLVM 23.0.0git
|
A broken link in the keep chain. More...
Public Member Functions | |
| BrokenLink (DWARFDie Parent, DWARFDie Child) | |
Public Attributes | |
| DWARFDie | Parent |
| DWARFDie | Child |
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 1140 of file DWARFLinker.cpp.
Definition at line 1141 of file DWARFLinker.cpp.
| DWARFDie llvm::BrokenLink::Child |
Definition at line 1143 of file DWARFLinker.cpp.
Referenced by BrokenLink().
| DWARFDie llvm::BrokenLink::Parent |
Definition at line 1142 of file DWARFLinker.cpp.
Referenced by BrokenLink().