Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.h51 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h329 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1226 TF_ParentWalk = 1 << 3, ///< Walking up the parents of a kept DIE. enumerator
2215 TF_ParentWalk | TF_Keep | TF_DependencyWalk | ODRFlag); in keepDIEAndDependencies()
2311 Flags &= ~TF_ParentWalk; in lookForDIEsToKeep()
2313 if (!Die.hasChildren() || (Flags & TF_ParentWalk)) in lookForDIEsToKeep()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp641 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()