Home
last modified time | relevance | path

Searched refs:debug_types (Results 1 – 25 of 35) sorted by relevance

12

/external/elfutils/libdw/
Dlibdw_findcu.c100 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types) in __libdw_intern_next_unit() argument
103 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; in __libdw_intern_next_unit()
104 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; in __libdw_intern_next_unit()
115 if (__libdw_next_unit (dbg, debug_types, oldoff, offsetp, NULL, in __libdw_intern_next_unit()
125 || (debug_types && unlikely (version != 4))) in __libdw_intern_next_unit()
141 size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; in __libdw_intern_next_unit()
174 if (debug_types) in __libdw_intern_next_unit()
Ddwarf_offdie.c41 bool debug_types) in __libdw_offdie() argument
46 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types in __libdw_offdie()
61 result->cu = __libdw_findcu (dbg, offset, debug_types); in __libdw_offdie()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_type_offset.test4 CHECK: .debug_types contents:
14 CHILDREN: .debug_types contents:
23 ZERO-CHILDREN: .debug_types contents:
/external/llvm/test/DebugInfo/
Ddwarfdump-type-units.test11 FOO: debug_types contents:
24 BAR: debug_types contents:
32 TYPES: debug_types contents:
Ddwarfdump-dwp.test26 ; CHECK-LABEL: .debug_types.dwo contents:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll44 ; SINGLE-4: .debug_types contents:
58 ; DWO-4: .debug_types.dwo contents:
68 ; FIXME: V5 wants type units in .debug_info not .debug_types.
69 ; SINGLE-5: .debug_types contents:
85 ; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo.
86 ; DWO-5: .debug_types.dwo contents:
Ddwarf-split-line-1.ll9 ; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo.
11 ; CHECK: .debug_types.dwo contents:
Ddwarf-split-line-2.ll11 ; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo.
12 ; CHECK: .debug_types.dwo contents:
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-type-units.test16 CHECK: debug_types contents:
39 TYPES: debug_types contents:
Dtypeunit-header.test12 CHECK: .debug_types contents:
Ddwarfdump-dwp.test27 ; CHECK-LABEL: .debug_types.dwo contents:
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-dwp.s271 .long TU1_5_start-.debug_types.dwo
274 .long TU2_5_start-.debug_types.dwo
Ddwarfdump-header.s154 .section .debug_types,"",@progbits
155 # CHECK-LABEL: .debug_types contents:
180 .section .debug_types.dwo,"",@progbits
181 # FIXME: DWARF v5 wants type units in .debug_info[.dwo] not .debug_types[.dwo].
182 # CHECK: .debug_types.dwo contents:
Dgenerate-odr-hash.ll76 ; SINGLE-LABEL: .debug_types contents:
77 ; FISSION: .debug_types.dwo contents:
157 ; Make sure debug_types are in comdat groups. This could be more rigid to check
160 ; OBJ_SINGLE: Name: .debug_types (
167 ; OBJ_FISSION: Name: .debug_types.dwo (
Ddwarfdump-str-offsets.s237 .section .debug_types,"",@progbits
278 .section .debug_types.dwo,"",@progbits
349 # COMMON: .debug_types contents:
356 # SPLIT: .debug_types.dwo contents:
Dxray-split-dwarf-interaction.ll26 ; .debug_types.dwo section.
31 ; CHECK-ELF-DAG: [{{.*}}] .debug_types.dwo PROGBITS
/external/u-boot/arch/mips/cpu/
Du-boot-spl.lds106 .debug_types 0 : { *(.debug_types) }
Du-boot.lds128 .debug_types 0 : { *(.debug_types) }
/external/llvm/test/DebugInfo/X86/
Dgenerate-odr-hash.ll77 ; SINGLE-LABEL: .debug_types contents:
78 ; FISSION-NOT: .debug_types contents:
79 ; FISSION-LABEL: .debug_types.dwo contents:
155 ; Make sure debug_types are in comdat groups. This could be more rigid to check
158 ; OBJ_SINGLE: Name: .debug_types (
165 ; OBJ_FISSION: Name: .debug_types.dwo (
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwp/X86/
Dsimple.test57 NOTYP-NOT: .debug_types.dwo contents:
58 TYPES-LABEL: .debug_types.dwo contents:
Dtype_dedup.test19 CHECK-LABEL: .debug_types.dwo contents:
/external/llvm/test/tools/llvm-dwp/X86/
Dsimple.test57 NOTYP-NOT: .debug_types.dwo contents:
58 TYPES-LABEL: .debug_types.dwo contents:
Dtype_dedup.test19 CHECK-LABEL: .debug_types.dwo contents:
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Dtypeunit-header.s30 .section .debug_types,"",@progbits
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Dtypeunit-header.s30 .section .debug_types,"",@progbits

12