Searched refs:TF_Keep (Results 1 – 3 of 3) sorted by relevance
49 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator
435 return Flags | TF_Keep; in shouldKeepVariableDIE()456 return Flags | TF_Keep; in shouldKeepVariableDIE()496 return Flags | TF_Keep; in shouldKeepSubprogramDIE()499 Flags |= TF_Keep; in shouldKeepSubprogramDIE()541 return Flags | TF_Keep; in shouldKeepDIE()708 DWARFLinker::TF_Keep | in lookForRefDIEsToKeep()823 if (AlreadyKept || !(Current.Flags & TF_Keep)) in lookForDIEsToKeep()845 unsigned ParFlags = TF_ParentWalk | TF_Keep | TF_DependencyWalk | ODRFlag; in lookForDIEsToKeep()
326 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator