Home
last modified time | relevance | path

Searched refs:getFinalDie (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp323 if (&TypeEntry->getFinalDie() != Patch.Die) in applyPatches()
351 if (&TypeEntry->getFinalDie() != Patch.Die) in applyPatches()
431 TypeEntry->getFinalDie().getOffset()); in applyPatches()
443 if (&TypeEntry->getFinalDie() != Patch.Die) in applyPatches()
457 RefTypeEntry->getFinalDie().getOffset()); in applyPatches()
H A DDWARFLinkerTypeUnit.h61 if (&Info.TypeEntryBodyPtr->getFinalDie() != Info.OutDIE) in forEachAcceleratorRecord()
H A DDWARFLinkerTypeUnit.cpp175 if (&TypeEntry->getFinalDie() != Patch.Die) in prepareDataForTreeCreation()
249 DIE *ChildDIE = &ChildEntry->getValue().load()->getFinalDie(); in finalizeTypeEntryRec()
H A DTypePool.h33 DIE &getFinalDie() const { in getFinalDie() function