Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_die.c154 if (ab->ab_children == DW_CHILDREN_yes) { in _dwarf_die_parse()
311 if (ab->ab_children == DW_CHILDREN_yes && in _dwarf_die_gen_recursive()
339 die->die_child != NULL ? DW_CHILDREN_yes : DW_CHILDREN_no, in _dwarf_die_gen_recursive()
H A Ddwarf.h118 #define DW_CHILDREN_yes 0x01 macro
H A Ddwarf_dump.c587 case DW_CHILDREN_yes: in dwarf_get_CHILDREN_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp63 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp66 case DW_CHILDREN_yes: in ChildrenString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h502 io.enumCase(value, "DW_CHILDREN_yes", dwarf::DW_CHILDREN_yes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h838 DW_CHILDREN_yes = 0x01, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp787 MCOS->emitInt8(dwarf::DW_CHILDREN_yes); in EmitGenDwarfAbbrev()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1870 NewAbbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes); in cloneDIE()