Home
last modified time | relevance | path

Searched refs:TF_Keep (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp508 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h325 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator