LLVM 22.0.0git
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.

References Child, Message, and Parent.

Member Data Documentation

◆ Child

DWARFDie BrokenLink::Child

Definition at line 22 of file DependencyTracker.cpp.

Referenced by BrokenLink().

◆ Message

std::string BrokenLink::Message

Definition at line 23 of file DependencyTracker.cpp.

Referenced by BrokenLink().

◆ Parent

DWARFDie BrokenLink::Parent

Definition at line 21 of file DependencyTracker.cpp.

Referenced by BrokenLink().


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