11 references to DW_CHILDREN_yes
ILCompiler.Compiler (11)
Compiler\ObjectWriter\Dwarf\DwarfAbbrev.cs (11)
21public bool HasChildren => _definition[1] == DW_CHILDREN_yes; 26writer.WriteULEB128(HasChildren ? DW_CHILDREN_yes : DW_CHILDREN_no); 51DW_TAG_compile_unit, DW_CHILDREN_yes, 67DW_TAG_enumeration_type, DW_CHILDREN_yes, 104DW_TAG_subprogram, DW_CHILDREN_yes, 120DW_TAG_subprogram, DW_CHILDREN_yes, 134DW_TAG_subprogram, DW_CHILDREN_yes, 145DW_TAG_subprogram, DW_CHILDREN_yes, 229DW_TAG_class_type, DW_CHILDREN_yes, 267DW_TAG_array_type, DW_CHILDREN_yes, 280DW_TAG_lexical_block, DW_CHILDREN_yes,