Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h49 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp435 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()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h326 TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept. enumerator