Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Daddrscopes.c73 if (dwarf_hasattr (die, DW_AT_abstract_origin) in print_vars()
74 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem), in print_vars()
Dfuncscopes.c75 if (dwarf_hasattr (die, DW_AT_abstract_origin) in print_vars()
76 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem), in print_vars()
/third_party/elfutils/libdw/
Ddwarf_hasattr_integrate.c47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, in dwarf_hasattr_integrate()
Ddwarf_attr_integrate.c48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result); in dwarf_attr_integrate()
Ddwarf_func_inline.c53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin, in scope_visitor()
Ddwarf_getscopes.c159 DW_AT_abstract_origin, in pc_record()
Ddwarf.h204 DW_AT_abstract_origin = 0x31, enumerator
DChangeLog3271 DW_AT_specification the same as DW_AT_abstract_origin.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp542 addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE); in constructInlinedScopeDIE()
935 return dwarf::DW_AT_abstract_origin; in getDwarf5OrGNUAttr()
1051 addDIEEntry(*D, dwarf::DW_AT_abstract_origin, *AbsSPDIE); in finishSubprogramDefinition()
1068 addDIEEntry(*Die, dwarf::DW_AT_abstract_origin, *AbsEntity->getDIE()); in finishEntityDefinition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp293 if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin) { in dumpAttribute()
379 if (auto D = Die.getAttributeValueAsReferencedDie(DW_AT_abstract_origin)) in findRecursively()
DDWARFContext.cpp1115 Die.getAttributeValueAsReferencedDie(DW_AT_abstract_origin)) in addLocalsForDie()
1139 Die.getAttributeValueAsReferencedDie(DW_AT_abstract_origin)) in addLocalsForDie()
DDWARFVerifier.cpp497 case DW_AT_abstract_origin: { in verifyDebugInfoAttribute()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc7275 || die_die_attribute(die, DW_AT_abstract_origin, in die_function_type_is_method_type()
11539 || die_die_attribute(die, DW_AT_abstract_origin, in get_scope_die()
11597 || die_die_attribute(die, DW_AT_abstract_origin, cloned_die, false)) in get_scope_for_die()
15461 || (var_is_cloned = die_die_attribute(die, DW_AT_abstract_origin, in build_ir_node_from_die()
15532 die_die_attribute(die, DW_AT_abstract_origin, in build_ir_node_from_die()
/third_party/libabigail/
DChangeLog25053 origin and a specification (DW_AT_abstract_origin and
35529 DW_AT_abstract_origin set. That is, DW_AT_abstract_origin is set,
36918 DW_AT_specification or DW_AT_abstract_origin attribute, get the
37071 Support decl cloning when seeing DW_AT_abstract_origin
37074 looking through DW_AT_abstract_origin attribute here.
37078 we see DW_AT_abstract_origin, clone the decl they refer to.
38776 Follow DW_AT_abstract_origin and add missing mangled name
40777 rather than dwarf_attr to look through DW_AT_abstract_origin.