LLVM 24.0.0git
llvm::dwarf_linker::parallel::DependencyTracker::SubtreeDependencyTy Struct Reference

A completeness dependency of a subtree that belongs to whichever root references the subtree, which is not known while the subtree is walked. More...

#include "DWARFLinker/Parallel/DependencyTracker.h"

Public Attributes

LiveRootWorklistActionTy Action
UnitEntryPairTy Root
const DWARFDebugInfoEntryReferencedTypeDieEntry

Detailed Description

A completeness dependency of a subtree that belongs to whichever root references the subtree, which is not known while the subtree is walked.

Definition at line 255 of file DependencyTracker.h.

Member Data Documentation

◆ Action

LiveRootWorklistActionTy llvm::dwarf_linker::parallel::DependencyTracker::SubtreeDependencyTy::Action

Definition at line 256 of file DependencyTracker.h.

◆ ReferencedTypeDieEntry

const DWARFDebugInfoEntry* llvm::dwarf_linker::parallel::DependencyTracker::SubtreeDependencyTy::ReferencedTypeDieEntry

◆ Root

UnitEntryPairTy llvm::dwarf_linker::parallel::DependencyTracker::SubtreeDependencyTy::Root

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