Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:DIE

43         // Dump all data in the DIE for the attributes.
301 // Try to get name from specification DIE.
311 // Try to get name from abstract origin DIE.
340 for (const DWARFDebugInfoEntryMinimal *DIE = this; DIE; ) {
341 // Append current DIE to inlined chain only if it has correct tag
343 if (DIE->isSubroutineDIE()) {
344 InlinedChain.DIEs.push_back(*DIE);
347 const DWARFDebugInfoEntryMinimal *Child = DIE->getFirstChild();
355 DIE = Child;