Home
last modified time | relevance | path

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

12

/external/llvm-project/lld/test/ELF/
Dgc-sections-group-debug.s3 ## This rule retains .debug_types and .rela.debug_types emitted by clang/gcc.
9 # CHECK: Name: .debug_types
11 .section .debug_types,"G",@progbits,abcd,comdat
12 .quad .debug_types
/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/llvm/test/DebugInfo/
Ddwarfdump-type-units.test11 FOO: debug_types contents:
24 BAR: debug_types contents:
32 TYPES: debug_types contents:
/external/llvm-project/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:
Dtypeunit-name.s56 .section .debug_types,"",@progbits
78 .section .debug_types.dwo,"e",@progbits
79 # FIXME: DWARF v5 wants type units in .debug_info[.dwo] not .debug_types[.dwo].
Dtypeunit-v4-dwarf64.s22 .section .debug_types,"",@progbits
23 # CHECK: .debug_types contents:
Dinvalid_abbrev_offset.s21 .section .debug_types,"",@progbits
/external/llvm-project/llvm/test/tools/llvm-dwp/X86/
Dunknown-section-id.s5 ## .debug_types.dwo) are required to reach the test points in the code.
68 .section .debug_types.dwo, "e", @progbits
130 .long 0 # Offset in .debug_types.dwo
135 .long .LTUEnd-.LTUBegin # Size in .debug_types.dwo
Dunsupported_tu_index_version.s6 ## the .debug_types.dwo section should not be empty.
33 .section .debug_types.dwo, "e", @progbits
Dsimple.test55 NOTYP-NOT: .debug_types.dwo contents:
56 TYPES-LABEL: .debug_types.dwo contents:
/external/llvm-project/llvm/test/MC/ELF/
Dexclude-debug-dwo.s6 # CHECK: .debug_types.dwo {{.*}} E
16 .section .debug_types.dwo,"e"
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwp-v2-tu-index.s34 .long 0x1000 # Offset in .debug_types.dwo
39 .long 0x10 # Size in .debug_types.dwo
Ddwarfdump-str-offsets-dwp.s271 .long TU1_5_start-.debug_types.dwo
274 .long TU2_5_start-.debug_types.dwo
Ddebug-types-dwarf64.ll1 ; This checks that .debug_types can be generated in the DWARF64 format.
6 ; CHECK: .debug_types contents:
Ddwarfdump-str-offsets-v4-dwarf64-dwo.s14 # CHECK: .debug_types.dwo contents:
80 .section .debug_types.dwo, "e", @progbits
Dgenerate-odr-hash.ll75 ; SINGLE-LABEL: .debug_types contents:
76 ; FISSION: .debug_types.dwo contents:
156 ; Make sure debug_types are in comdat groups. This could be more rigid to check
159 ; OBJ_SINGLE: Name: .debug_types (
166 ; OBJ_FISSION: Name: .debug_types.dwo (
Dxray-split-dwarf-interaction.ll26 ; .debug_types.dwo section.
31 ; CHECK-ELF-DAG: [{{.*}}] .debug_types.dwo PROGBITS
Daddr-tu-to-non-tu.ll52 ; CHECK: .debug_types contents:
54 ; CHECK-NOT: .debug_types.dwo contents:
Dskeleton-unit-verify.s10 # CHECK-NEXT: Verifying .debug_types Unit Header Chain...
/external/llvm-project/llvm/test/DebugInfo/
Ddwarfdump-type-units.test16 CHECK: debug_types contents:
39 TYPES: debug_types contents:
Dtypeunit-header.test12 CHECK: .debug_types contents:
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug-types-missing-signature.test1 Create a dangling DW_AT_signature reference by stripping the debug_types
5 RUN: llvm-objcopy --remove-section=.debug_types %t.o %t
/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/llvm/test/tools/llvm-dwp/X86/
Dsimple.test57 NOTYP-NOT: .debug_types.dwo contents:
58 TYPES-LABEL: .debug_types.dwo contents:

12