Lines Matching refs:DieEntry

127 void CompileUnit::analyzeDWARFStructureRec(const DWARFDebugInfoEntry *DieEntry,  in analyzeDWARFStructureRec()  argument
129 CompileUnit::DIEInfo &DieInfo = getDIEInfo(DieEntry); in analyzeDWARFStructureRec()
131 for (const DWARFDebugInfoEntry *CurChild = getFirstChildEntry(DieEntry); in analyzeDWARFStructureRec()
149 if (DieEntry->getTag() == dwarf::DW_TAG_compile_unit && in analyzeDWARFStructureRec()
169 if (!NamespaceEntry.CU->find(NamespaceEntry.DieEntry, dwarf::DW_AT_name)) in analyzeDWARFStructureRec()
253 void CompileUnit::analyzeImportedModule(const DWARFDebugInfoEntry *DieEntry) { in analyzeImportedModule() argument
261 dwarf::toStringRef(find(DieEntry, dwarf::DW_AT_LLVM_include_path)); in analyzeImportedModule()
266 dwarf::toStringRef(find(DieEntry, dwarf::DW_AT_LLVM_sysroot)); in analyzeImportedModule()
278 if (std::optional<DWARFFormValue> Val = find(DieEntry, dwarf::DW_AT_name)) { in analyzeImportedModule()
294 DWARFDie Die = getDIE(DieEntry); in analyzeImportedModule()
311 Error CompileUnit::assignTypeNamesRec(const DWARFDebugInfoEntry *DieEntry, in assignTypeNamesRec() argument
313 OrderedChildrenIndexAssigner ChildrenIndexAssigner(*this, DieEntry); in assignTypeNamesRec()
314 for (const DWARFDebugInfoEntry *CurChild = getFirstChildEntry(DieEntry); in assignTypeNamesRec()
418 const DWARFDebugInfoEntry *DieEntry, dwarf::Attribute Attr, in resolveDIEReference() argument
420 if (std::optional<DWARFFormValue> AttrVal = find(DieEntry, Attr)) in resolveDIEReference()
1782 CUDiePair.DieEntry, dwarf::DW_AT_extension, in getNamespaceOrigin()
1784 if (!RefDiePair || !RefDiePair->DieEntry) in getNamespaceOrigin()
1794 if (std::optional<uint32_t> ParentIdx = DieEntry->getParentIdx()) in getParent()