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 DLVDWARFReader.cpp191 case dwarf::DW_AT_import: in processOneAttribute()
899 /*IsType=*/Attr == dwarf::DW_AT_import || Attr == dwarf::DW_AT_type); in updateReference()
933 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/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3310 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import); in GetClangDeclForDIE()
3328 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import); in GetClangDeclForDIE()
3554 die.GetAttributeValueAsReferenceDIE(DW_AT_import); in ResolveImportedDeclarationDIE()
H A DSymbolFileDWARF.cpp1182 DWARFDIE module_die = child_die.GetReferencedDIE(DW_AT_import); in ParseImportedModules()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1852 dwarf::DW_AT_abstract_origin, dwarf::DW_AT_import}; in getODRAttributes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1408 addDIEEntry(*IMDie, dwarf::DW_AT_import, *EntityDie); in constructImportedEntityDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp111 case dwarf::DW_AT_import: in isODRAttribute()