Searched refs:DieEntry (Results 1 – 1 of 1) sorted by relevance
127 void CompileUnit::analyzeDWARFStructureRec(const DWARFDebugInfoEntry *DieEntry, in analyzeDWARFStructureRec() argument129 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() argument261 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()[all …]