Home | History | Annotate | Download | only in DebugInfo

Lines Matching defs:DIE

125     // safely access the next die in the array.
132 // Normal DIE
138 // NULL DIE that terminates a sibling chain
156 // Set the offset to that of the first DIE and calculate the start of the
160 DWARFDebugInfoEntryMinimal DIE;
167 DIE.extractFast(this, FixedFormSizes, &Offset)) {
170 Dies.push_back(DIE);
173 // The average bytes per DIE entry has been seen to be
175 // our DIE entries accordingly.
179 Dies.push_back(DIE);
183 DIE.getAbbreviationDeclarationPtr();
185 // Normal DIE
189 // NULL DIE.
236 // Save at least the compile unit DIE
274 // Get inlined chain rooted at this subprogram DIE.