Lines Matching defs:DIE
411 // Set the offset to that of the first DIE and calculate the start of the
415 DWARFDebugInfoEntry DIE;
440 if (!DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset,
454 Dies.push_back(DIE);
457 // The average bytes per DIE entry has been seen to be
459 // our DIE entries accordingly.
465 Dies.push_back(DIE);
470 DIE.getAbbreviationDeclarationPtr()) {
481 // NULL DIE: finishes current children scope.
509 // If CU DIE was just parsed, copy several attribute values from it.
530 // contribution to the string offsets table from the unit DIE's
599 // skeleton CU DIE, so that DWARF users not aware of it are not broken.
697 return createStringError(errc::invalid_argument, "No unit DIE");
699 // First, check if unit DIE describes address ranges for the whole unit.