Home
last modified time | relevance | path

Searched refs:DieEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp127 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()
[all …]