Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddwarf_test.cc286 info.StartTag(dwarf::DW_TAG_compile_unit, dwarf::DW_CHILDREN_yes); in TEST_F()
314 info.StartTag(dwarf::DW_TAG_compile_unit, dwarf::DW_CHILDREN_yes); in TEST_F()
Ddebug_info_entry_writer.h72 has_children = (children == DW_CHILDREN_yes); in StartTag()
Ddwarf_constants.h108 DW_CHILDREN_yes = 0x01 enumerator
/art/compiler/
Delf_writer_debug.cc286 info.StartTag(DW_TAG_compile_unit, DW_CHILDREN_yes); in WriteDebugSections()