LLVM 20.0.0git
|
A broken link in the keep chain. More...
Public Member Functions | |
BrokenLink (DWARFDie Parent, DWARFDie Child, const char *Message) | |
Public Attributes | |
DWARFDie | Parent |
DWARFDie | Child |
std::string | Message |
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 18 of file DependencyTracker.cpp.
Definition at line 19 of file DependencyTracker.cpp.
DWARFDie BrokenLink::Child |
Definition at line 22 of file DependencyTracker.cpp.
std::string BrokenLink::Message |
Definition at line 23 of file DependencyTracker.cpp.
DWARFDie BrokenLink::Parent |
Definition at line 21 of file DependencyTracker.cpp.