enum DWARFLinker::TraversalFlags
Description
Flags passed to DwarfLinker::lookForDIEsToKeep
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:325
Enumerators
Name | Value | Comment |
---|---|---|
TF_Keep | 1 | Mark the traversed DIEs as kept. |
TF_InFunctionScope | 2 | Current scope is a function scope. |
TF_DependencyWalk | 4 | Walking the dependencies of a kept DIE. |
TF_ParentWalk | 8 | Walking up the parents of a kept DIE. |
TF_ODR | 16 | Use the ODR while keeping dependents. |
TF_SkipPC | 32 | Skip all location attributes. |