Lines Matching refs:DIE

277 // Get the DIE (Debug Information Entry) with the specified offset.
330 // that gets parses all compile units and DIE's into an internate
356 // Just return the current offset to parse the next CU or DIE entry
407 // Call the callback function with no DIE pointer for the compile unit
419 // Call the callback function with DIE pointer that falls within the compile unit
482 // whether a single DIE is to be dumped (or all of the data).
512 // We are dumping a specific DIE entry by offset
515 // We found the DIE we were looking for, dump it!
534 // Note that we found the DIE we were looking for
537 // Since we are dumping a single DIE, if there are no children we are done!
547 // We have already found our DIE and are printing it's children. Obey
603 // We are dumping only a single DIE possibly with it's children and
607 // Not found, maybe the DIE offset provided wasn't correct?
608 // *ostrm_ptr << "DIE at offset " << HEX32 << dumpInfo->die_offset << " was not found." << endl;
613 // See if the DIE is in this compile unit?
616 // This DIE is in this compile unit!
618 cu->Dump(s); // Dump the compile unit for the DIE in verbose mode
621 // // We found our compile unit that contains our DIE, just skip to dumping the requested DIE...
626 // Skip to the next compile unit as the DIE isn't in the current one!
633 // Just return the current offset to parse the next CU or DIE entry
641 // ostream. If die_offset is valid, a single DIE will be dumped. If the
644 // children of each DIE entry. A recurse_depth of zero will dump all
666 s->Printf(" for DIE entry at .debug_info[0x%8.8x]", die_offset);
702 const DWARFDebugInfoEntry* die = cu_sp->DIE();
758 // Just return the current offset to parse the next CU or DIE entry
765 // Finds all DIE that have a specific DW_AT_name attribute by manually
785 // Finds all DIE that have a specific DW_AT_name attribute by manually