Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp389 case dwarf::DW_AT_import: in processOneAttribute()
1075 /*IsType=*/Attr == dwarf::DW_AT_import || Attr == dwarf::DW_AT_type); in updateReference()
1109 case dwarf::DW_AT_import: in updateReference()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h137 #define DW_AT_import 0x18 macro
H A Ddwarf_dump.c163 case DW_AT_import: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp672 if (AttrSpec.Attr == dwarf::DW_AT_import) { in maybeAddReferencedRoots()
H A DDWARFLinkerCompileUnit.cpp1856 dwarf::DW_AT_abstract_origin, dwarf::DW_AT_import}; in getODRAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3373 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import); in GetClangDeclForDIE()
3391 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import); in GetClangDeclForDIE()
3617 die.GetAttributeValueAsReferenceDIE(DW_AT_import); in ResolveImportedDeclarationDIE()
H A DSymbolFileDWARF.cpp1184 DWARFDIE module_die = child_die.GetReferencedDIE(DW_AT_import); in ParseImportedModules()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1354 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp103 case dwarf::DW_AT_import: in isODRAttribute()