Lines Matching refs:DWARFDebugInfoEntry
34 UnitEntryPairTy(CompileUnit *CU, const DWARFDebugInfoEntry *DieEntry) in UnitEntryPairTy()
38 const DWARFDebugInfoEntry *DieEntry = nullptr;
124 void analyzeImportedModule(const DWARFDebugInfoEntry *DieEntry);
291 DIEInfo &getDIEInfo(const DWARFDebugInfoEntry *Entry) { in getDIEInfo()
297 const DIEInfo &getDIEInfo(const DWARFDebugInfoEntry *Entry) const { in getDIEInfo()
329 uint64_t getDieOutOffset(const DWARFDebugInfoEntry *InputDieEntry) { in getDieOutOffset()
337 TypeEntry *getDieTypeEntry(const DWARFDebugInfoEntry *InputDieEntry) { in getDieTypeEntry()
359 void setDieTypeEntry(const DWARFDebugInfoEntry *InputDieEntry, in setDieTypeEntry()
390 resolveDIEReference(const DWARFDebugInfoEntry *DieEntry,
419 cloneDIE(const DWARFDebugInfoEntry *InputDieEntry,
458 const DWARFDebugInfoEntry *
459 getFirstChildEntry(const DWARFDebugInfoEntry *Die) const { in getFirstChildEntry()
464 const DWARFDebugInfoEntry *
465 getSiblingEntry(const DWARFDebugInfoEntry *Die) const { in getSiblingEntry()
470 DWARFDie getParent(const DWARFDebugInfoEntry *Die) { in getParent()
480 const DWARFDebugInfoEntry *getDebugInfoEntry(unsigned Index) const { in getDebugInfoEntry()
490 DWARFDie getDIE(const DWARFDebugInfoEntry *Die) { in getDIE()
495 uint32_t getDIEIndex(const DWARFDebugInfoEntry *Die) const { in getDIEIndex()
511 std::optional<DWARFFormValue> find(const DWARFDebugInfoEntry *Die, in find()
546 void warn(const Twine &Warning, const DWARFDebugInfoEntry *DieEntry) { in warn()
604 void analyzeDWARFStructureRec(const DWARFDebugInfoEntry *DieEntry,
653 const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &PlainDIEGenerator,
659 const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &TypeDIEGenerator,
668 Error assignTypeNamesRec(const DWARFDebugInfoEntry *DieEntry,