Home
last modified time | relevance | path

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

/freebsd-head/contrib/elftoolchain/libdwarf/
HDlibdwarf_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()
HDdwarf.h118 #define DW_CHILDREN_yes 0x01 macro
HDdwarf_dump.c587 case DW_CHILDREN_yes: in dwarf_get_CHILDREN_name()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.cpp63 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDIEGenerator.h142 NewAbbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes); in finalizeAbbreviations()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.h502 io.enumCase(value, "DW_CHILDREN_yes", dwarf::DW_CHILDREN_yes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-head/contrib/llvm-project/llvm/lib/BinaryFormat/
HDDwarf.cpp66 case DW_CHILDREN_yes: in ChildrenString()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h838 DW_CHILDREN_yes = 0x01, enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp787 MCOS->emitInt8(dwarf::DW_CHILDREN_yes); in EmitGenDwarfAbbrev()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.cpp1870 NewAbbrev.setChildrenFlag(dwarf::DW_CHILDREN_yes); in cloneDIE()