Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:DIE

43         // Dump all data in the DIE for the attributes.
337 // Try to get name from specification DIE.
347 // Try to get name from abstract origin DIE.
376 for (const DWARFDebugInfoEntryMinimal *DIE = this; DIE; ) {
377 // Append current DIE to inlined chain only if it has correct tag
379 if (DIE->isSubroutineDIE()) {
380 InlinedChain.DIEs.push_back(*DIE);
383 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();
391 DIE = Child;