Home | History | Annotate | Download | only in DWARF

Lines Matching defs:DIE

164   for (auto &DIE : DieArray) {
166 SiblingChain->setSibling(&DIE);
169 DIE.getAbbreviationDeclarationPtr()) {
170 // Normal DIE.
172 ParentChain.push_back(&DIE);
175 SiblingChain = ¨
193 // Set the offset to that of the first DIE and calculate the start of the
197 DWARFDebugInfoEntryMinimal DIE;
201 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) {
204 Dies.push_back(DIE);
207 // The average bytes per DIE entry has been seen to be
209 // our DIE entries accordingly.
213 Dies.push_back(DIE);
217 DIE.getAbbreviationDeclarationPtr()) {
218 // Normal DIE
222 // NULL DIE.
249 // If CU DIE was just parsed, copy several attribute values from it.
261 // skeleton CU DIE, so that DWARF users not aware of it are not broken.
322 // Save at least the compile unit DIE
332 // First, check if unit DIE describes address ranges for the whole unit.
364 for (const DWARFDebugInfoEntryMinimal &DIE : DieArray) {
365 if (DIE.isSubprogramDIE() &&
366 DIE.addressRangeContainsAddress(this, Address)) {
367 return &DIE;
392 // Get inlined chain rooted at this subprogram DIE.