LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
BrokenLink Struct Reference

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
 

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 18 of file DependencyTracker.cpp.

Constructor & Destructor Documentation

◆ BrokenLink()

BrokenLink::BrokenLink ( DWARFDie  Parent,
DWARFDie  Child,
const char Message 
)
inline

Definition at line 19 of file DependencyTracker.cpp.

Member Data Documentation

◆ Child

DWARFDie BrokenLink::Child

Definition at line 22 of file DependencyTracker.cpp.

◆ Message

std::string BrokenLink::Message

Definition at line 23 of file DependencyTracker.cpp.

◆ Parent

DWARFDie BrokenLink::Parent

Definition at line 21 of file DependencyTracker.cpp.


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