Searched refs:ChildEntry (Results 1 – 2 of 2) sorted by relevance
247 Entry->getValue().load()->Children.forEach([&](TypeEntry *ChildEntry) { in finalizeTypeEntryRec() argument248 DIE *ChildDIE = &ChildEntry->getValue().load()->getFinalDie(); in finalizeTypeEntryRec()253 OutOffset = finalizeTypeEntryRec(OutOffset, ChildDIE, ChildEntry); in finalizeTypeEntryRec()
407 for (auto *ChildEntry : BlockParent->entries()) in run()408 ProcessPredecessors(ChildEntry); in run()