Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp247 Entry->getValue().load()->Children.forEach([&](TypeEntry *ChildEntry) { in finalizeTypeEntryRec() argument
248 DIE *ChildDIE = &ChildEntry->getValue().load()->getFinalDie(); in finalizeTypeEntryRec()
253 OutOffset = finalizeTypeEntryRec(OutOffset, ChildDIE, ChildEntry); in finalizeTypeEntryRec()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h407 for (auto *ChildEntry : BlockParent->entries()) in run()
408 ProcessPredecessors(ChildEntry); in run()