Home
last modified time | relevance | path

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

12

/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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp29 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loclists_nouse.s4 … length = 0x00000009, format = DWARF32, version = 0x0005, unit_type = DW_UT_compile, abbr_offset =…
Ddebug-names-many-tu.s71 .byte 1 # DW_UT_compile
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.s44 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
/external/elfutils/tests/
Dget-units-invalid.c56 if (unit_type == DW_UT_compile) in main()
/external/llvm-project/llvm/test/DebugInfo/X86/
DDW_OP_call_ref_dwarf64.s31 .byte 1 # DW_UT_compile
Ddwarfdump-header-64.s79 … length = 0x00000016, format = DWARF32, version = 0x0005, unit_type = DW_UT_compile, abbr_offset =…
Ddwarfdump-header.s128 … length = 0x00000016, format = DWARF32, version = 0x0005, unit_type = DW_UT_compile, abbr_offset =…
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h359 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag()
381 case dwarf::DW_UT_compile: in getDWARF5HeaderSize()
/external/llvm-project/llvm/test/CodeGen/X86/
Ddwarf-headers.ll70 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_compile, abbr_offs…
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/
Ddwarf-headers.ll72 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_compile, abbr_offs…
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp801 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()
897 case llvm::dwarf::DW_UT_compile: in GetHeaderByteSize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h383 case DW_UT_compile: in isUnitType()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h361 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h455 case DW_UT_compile: in isUnitType()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp540 Asm->emitInt8(dwarf::DW_UT_compile); in generate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1116 : dwarf::DW_UT_compile; in emitHeader()
1118 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1241 : dwarf::DW_UT_compile; in emitHeader()
1243 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()

12