Lines Matching refs:DWARFDebugInfoEntry
127 void CompileUnit::analyzeDWARFStructureRec(const DWARFDebugInfoEntry *DieEntry,
131 for (const DWARFDebugInfoEntry *CurChild = getFirstChildEntry(DieEntry);
253 void CompileUnit::analyzeImportedModule(const DWARFDebugInfoEntry *DieEntry) {
311 Error CompileUnit::assignTypeNamesRec(const DWARFDebugInfoEntry *DieEntry,
314 for (const DWARFDebugInfoEntry *CurChild = getFirstChildEntry(DieEntry);
418 const DWARFDebugInfoEntry *DieEntry, dwarf::Attribute Attr,
1289 const DWARFDebugInfoEntry *InputDieEntry, TypeEntry *ClonedParentTypeDIE,
1334 for (const DWARFDebugInfoEntry *CurChild =
1364 const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &PlainDIEGenerator,
1469 const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &TypeDIEGenerator,