Searched refs:TF_Keep (Results 1 – 2 of 2) sorted by relevance
519 return Flags | TF_Keep; in shouldKeepVariableDIE()551 return Flags | TF_Keep; in shouldKeepVariableDIE()595 return Flags | TF_Keep; in shouldKeepSubprogramDIE()598 Flags |= TF_Keep; in shouldKeepSubprogramDIE()637 return Flags | TF_Keep; in shouldKeepDIE()804 DWARFLinker::TF_Keep | in lookForRefDIEsToKeep()923 if (AlreadyKept || !(Current.Flags & TF_Keep)) in lookForDIEsToKeep()945 unsigned ParFlags = TF_ParentWalk | TF_Keep | TF_DependencyWalk | ODRFlag; in lookForDIEsToKeep()
325 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator