Home
last modified time | relevance | path

Searched refs:DW_UT_compile (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c197 || (version == 5 && ! (unit_type == DW_UT_compile in INTDEF()
211 unit_type = v4_debug_types ? DW_UT_type : DW_UT_compile; in INTDEF()
Ddwarf_cu_info.c57 && cu->unit_type >= DW_UT_compile in dwarf_cu_info()
Ddwarf_get_units.c98 && next->unit_type >= DW_UT_compile in dwarf_get_units()
Dlibdw_findcu.c179 newp->unit_type = DW_UT_compile; in __libdw_intern_next_unit()
Ddwarf.h35 DW_UT_compile = 0x01, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
DDWARFUnit.cpp120 UnitType = DW_UT_compile; in extract()
DDWARFVerifier.cpp292 case dwarf::DW_UT_compile: in handleDebugInfo()
/external/elfutils/tests/
Dget-units-invalid.c56 if (unit_type == DW_UT_compile) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Dverify_unit_header_chain.s13 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
Dverify_debug_info.s15 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h401 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag()
423 case dwarf::DW_UT_compile: in getDWARF5HeaderSize()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-header-64.s65 # CHECK: 0x00000000: Compile Unit: length = 0x00000016 version = 0x0005 unit_type = DW_UT_compile a…
Ddwarfdump-header.s127 # CHECK: 0x00000019: Compile Unit: length = 0x00000016 version = 0x0005 unit_type = DW_UT_compile a…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll65 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_compile abbr_offset
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h344 case DW_UT_compile: in isUnitType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp872 : dwarf::DW_UT_compile; in emitHeader()
874 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp509 Asm->emitInt8(dwarf::DW_UT_compile); in generate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp948 MCOS->EmitIntValue(dwarf::DW_UT_compile, 1); in EmitGenDwarfInfo()
/external/elfutils/src/
Dreadelf.c7640 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()