Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:DIE

43         // Dump all data in the DIE for the attributes.
529 // Try to get name from specification DIE.
539 // Try to get name from abstract origin DIE.
569 for (const DWARFDebugInfoEntryMinimal *DIE = this; DIE; ) {
570 // Append current DIE to inlined chain only if it has correct tag
572 if (DIE->isSubroutineDIE()) {
573 InlinedChain.push_back(*DIE);
576 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();
584 DIE = Child;