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

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

Public Member Functions

 BrokenLink (DWARFDie Parent, DWARFDie Child)
 

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 945 of file DWARFLinker.cpp.

Constructor & Destructor Documentation

◆ BrokenLink()

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

Definition at line 946 of file DWARFLinker.cpp.

Member Data Documentation

◆ Child

DWARFDie llvm::BrokenLink::Child

Definition at line 948 of file DWARFLinker.cpp.

◆ Parent

DWARFDie llvm::BrokenLink::Parent

Definition at line 947 of file DWARFLinker.cpp.


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