Searched refs:TF_ParentWalk (Results 1 – 4 of 4) sorted by relevance
51 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator
329 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator
1226 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator2215 TF_ParentWalk | TF_Keep | TF_DependencyWalk | ODRFlag); in keepDIEAndDependencies()2311 Flags &= ~TF_ParentWalk; in lookForDIEsToKeep()2313 if (!Die.hasChildren() || (Flags & TF_ParentWalk)) in lookForDIEsToKeep()
641 Flags &= ~DWARFLinker::TF_ParentWalk; in lookForChildDIEsToKeep()645 if (!Die.hasChildren() || (Flags & DWARFLinker::TF_ParentWalk)) in lookForChildDIEsToKeep()851 unsigned ParFlags = TF_ParentWalk | TF_Keep | TF_DependencyWalk | ODRFlag; in lookForDIEsToKeep()