Searched refs:ChildEntry (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ ! |
| H A D | DependencyTracker.cpp | 141 UnitEntryPairTy ChildEntry(Entry.CU, CurChild); in collectRootsToKeep() local 148 IsLiveChild = isLiveSubprogramEntry(ChildEntry); in collectRootsToKeep() 154 LiveRootWorklistActionTy::MarkLiveEntryRec, ChildEntry, in collectRootsToKeep() 159 IsLiveChild = isLiveSubprogramEntry(ChildEntry); in collectRootsToKeep() 170 addActionToRootEntriesWorkList(Action, ChildEntry, ReferencedBy); in collectRootsToKeep() 175 IsLiveChild = isLiveVariableEntry(ChildEntry, IsLiveParent); in collectRootsToKeep() 187 addActionToRootEntriesWorkList(Action, ChildEntry, ReferencedBy); in collectRootsToKeep() 193 LiveRootWorklistActionTy::MarkSingleLiveEntry, ChildEntry, in collectRootsToKeep() 202 LiveRootWorklistActionTy::MarkSingleLiveEntry, ChildEntry, in collectRootsToKeep() 208 LiveRootWorklistActionTy::MarkSingleTypeEntry, ChildEntry, in collectRootsToKeep() [all …]
|
| H A D | DWARFLinkerTypeUnit.cpp | 248 Entry->getValue().load()->Children.forEach([&](TypeEntry *ChildEntry) { in finalizeTypeEntryRec() argument 249 DIE *ChildDIE = &ChildEntry->getValue().load()->getFinalDie(); in finalizeTypeEntryRec() 254 OutOffset = finalizeTypeEntryRec(OutOffset, ChildDIE, ChildEntry); in finalizeTypeEntryRec()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ ! |
| H A D | GenericCycleImpl.h | 291 for (auto *ChildEntry : BlockParent->entries()) in run() 292 ProcessPredecessors(ChildEntry); in run()
|