Searched refs:TF_Keep (Results 1 – 2 of 2) sorted by relevance
508 return Flags | TF_Keep; in shouldKeepVariableDIE()540 return Flags | TF_Keep; in shouldKeepVariableDIE()584 return Flags | TF_Keep; in shouldKeepSubprogramDIE()587 Flags |= TF_Keep; in shouldKeepSubprogramDIE()626 return Flags | TF_Keep; in shouldKeepDIE()793 DWARFLinker::TF_Keep | in lookForRefDIEsToKeep()912 if (AlreadyKept || !(Current.Flags & TF_Keep)) in lookForDIEsToKeep()934 unsigned ParFlags = TF_ParentWalk | TF_Keep | TF_DependencyWalk | ODRFlag; in lookForDIEsToKeep()
325 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator