Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_die.c297 if (_dwarf_attr_find(die, DW_AT_sibling) == NULL) in _dwarf_die_gen_recursive()
298 (void) dwarf_add_AT_reference(dbg, die, DW_AT_sibling, in _dwarf_die_gen_recursive()
H A Ddwarf.h120 #define DW_AT_sibling 0x01 macro
H A Ddwarf_die.c114 if ((at = _dwarf_attr_find(die, DW_AT_sibling)) != NULL) { in dwarf_siblingof_b()
H A Ddwarf_dump.c215 case DW_AT_sibling: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp239 if (AttrSpec.Attr == dwarf::DW_AT_sibling) in cloneDieRefAttr()
H A DDependencyTracker.cpp629 AttrSpec.Attr == dwarf::DW_AT_sibling) { in maybeAddReferencedRoots()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp318 case DW_AT_sibling: in GetAttributes()
H A DDWARFASTParserClang.cpp2392 case DW_AT_sibling: in ParseChildEnumerators()
3243 case DW_AT_sibling: in ParseChildParameters()
H A DSymbolFileDWARF.cpp3549 case DW_AT_sibling: in ParseVariableDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp748 AttrSpec.Attr == dwarf::DW_AT_sibling) { in lookForRefDIEsToKeep()
1082 if (!RefDie || AttrSpec.Attr == dwarf::DW_AT_sibling) in cloneDieReferenceAttribute()