enum DWARFLinker::TraversalFlags

Description

Flags passed to DwarfLinker::lookForDIEsToKeep

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

Enumerators

NameValueComment
TF_Keep1Mark the traversed DIEs as kept.
TF_InFunctionScope2Current scope is a function scope.
TF_DependencyWalk4Walking the dependencies of a kept DIE.
TF_ParentWalk8Walking up the parents of a kept DIE.
TF_ODR16Use the ODR while keeping dependents.
TF_SkipPC32Skip all location attributes.