enum class DWARFLinker::WorklistItemType

Description

The distinct types of work performed by the work loop.

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:335

Enumerators

NameValueComment
LookForDIEsToKeep0Given a DIE, look for DIEs to be kept.
LookForChildDIEsToKeep1Given a DIE, look for children of this DIE to be kept.
LookForRefDIEsToKeep2Given a DIE, look for DIEs referencing this DIE to be kept.
LookForParentDIEsToKeep3Given a DIE, look for parent DIEs to be kept.
UpdateChildIncompleteness4Given a DIE, update its incompleteness based on whether its children are incomplete.
UpdateRefIncompleteness5Given a DIE, update its incompleteness based on whether the DIEs it references are incomplete.
MarkODRCanonicalDie6Given a DIE, mark it as ODR Canonical if applicable.