Home
last modified time | relevance | path

Searched refs:TF_ParentWalk (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1052 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator
1644 TF_ParentWalk | TF_Keep | TF_DependencyWalk); in keepDIEAndDenpendencies()
1712 Flags &= ~TF_ParentWalk; in lookForDIEsToKeep()
1714 if (!DIE.hasChildren() || (Flags & TF_ParentWalk)) in lookForDIEsToKeep()