Searched refs:DW_UT_compile (Results 1 – 25 of 33) sorted by relevance
12
/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 197 || (version == 5 && ! (unit_type == DW_UT_compile in INTDEF() 211 unit_type = v4_debug_types ? DW_UT_type : DW_UT_compile; in INTDEF()
|
D | dwarf_cu_info.c | 57 && cu->unit_type >= DW_UT_compile in dwarf_cu_info()
|
D | dwarf_get_units.c | 98 && next->unit_type >= DW_UT_compile in dwarf_get_units()
|
D | libdw_findcu.c | 179 newp->unit_type = DW_UT_compile; in __libdw_intern_next_unit()
|
D | dwarf.h | 35 DW_UT_compile = 0x01, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 26 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 29 if (getVersion() >= 5 && getUnitType() != dwarf::DW_UT_compile) in dump()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_loclists_nouse.s | 4 … length = 0x00000009, format = DWARF32, version = 0x0005, unit_type = DW_UT_compile, abbr_offset =…
|
D | debug-names-many-tu.s | 71 .byte 1 # DW_UT_compile
|
D | verify_unit_header_chain.s | 13 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
|
D | verify_debug_info.s | 44 # CHECK-NEXT: error: Compilation unit type (DW_UT_compile) and root DIE (DW_TAG_null) do not match.
|
/external/elfutils/tests/ |
D | get-units-invalid.c | 56 if (unit_type == DW_UT_compile) in main()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | DW_OP_call_ref_dwarf64.s | 31 .byte 1 # DW_UT_compile
|
D | dwarfdump-header-64.s | 79 … length = 0x00000016, format = DWARF32, version = 0x0005, unit_type = DW_UT_compile, abbr_offset =…
|
D | dwarfdump-header.s | 128 … 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/ |
D | DWARFUnit.h | 359 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag() 381 case dwarf::DW_UT_compile: in getDWARF5HeaderSize()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dwarf-headers.ll | 70 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_compile, abbr_offs…
|
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/ |
D | dwarf-headers.ll | 72 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005, unit_type = DW_UT_compile, abbr_offs…
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.cpp | 801 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/ |
D | Dwarf.h | 383 case DW_UT_compile: in isUnitType()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 361 case dwarf::DW_UT_compile: in isMatchingUnitTypeAndTag()
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.h | 455 case DW_UT_compile: in isUnitType()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 540 Asm->emitInt8(dwarf::DW_UT_compile); in generate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1116 : 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/ |
D | DwarfCompileUnit.cpp | 1241 : dwarf::DW_UT_compile; in emitHeader() 1243 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
|
12