Searched refs:DW_UT_compile (Results 1 – 20 of 20) sorted by relevance
197 || (version == 5 && ! (unit_type == DW_UT_compile in INTDEF()211 unit_type = v4_debug_types ? DW_UT_type : DW_UT_compile; in INTDEF()
57 && cu->unit_type >= DW_UT_compile in dwarf_cu_info()
98 && next->unit_type >= DW_UT_compile in dwarf_get_units()
179 newp->unit_type = DW_UT_compile; in __libdw_intern_next_unit()
35 DW_UT_compile = 0x01, enumerator
26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
120 UnitType = DW_UT_compile; in extract()
292 case dwarf::DW_UT_compile: in handleDebugInfo()
56 if (unit_type == DW_UT_compile) in main()
13 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
15 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
401 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag()423 case dwarf::DW_UT_compile: in getDWARF5HeaderSize()
65 # CHECK: 0x00000000: Compile Unit: length = 0x00000016 version = 0x0005 unit_type = DW_UT_compile a…
127 # CHECK: 0x00000019: Compile Unit: length = 0x00000016 version = 0x0005 unit_type = DW_UT_compile a…
65 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_compile abbr_offset
344 case DW_UT_compile: in isUnitType()
872 : dwarf::DW_UT_compile; in emitHeader()874 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
509 Asm->emitInt8(dwarf::DW_UT_compile); in generate()
948 MCOS->EmitIntValue(dwarf::DW_UT_compile, 1); in EmitGenDwarfInfo()
7640 if (version >= 5 || (unit_type != DW_UT_compile in print_debug_units()7667 || unit_type < DW_UT_compile || unit_type > DW_UT_split_type) in print_debug_units()