/external/llvm-project/lld/test/ELF/ |
D | gc-sections-group-debug.s | 3 ## 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/ |
D | libdw_findcu.c | 100 __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()
|
D | dwarf_offdie.c | 41 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/ |
D | dwarfdump-type-units.test | 11 FOO: debug_types contents: 24 BAR: debug_types contents: 32 TYPES: debug_types contents:
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_type_offset.test | 4 CHECK: .debug_types contents: 14 CHILDREN: .debug_types contents: 23 ZERO-CHILDREN: .debug_types contents:
|
D | typeunit-name.s | 56 .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].
|
D | typeunit-v4-dwarf64.s | 22 .section .debug_types,"",@progbits 23 # CHECK: .debug_types contents:
|
D | invalid_abbrev_offset.s | 21 .section .debug_types,"",@progbits
|
/external/llvm-project/llvm/test/tools/llvm-dwp/X86/ |
D | unknown-section-id.s | 5 ## .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
|
D | unsupported_tu_index_version.s | 6 ## the .debug_types.dwo section should not be empty. 33 .section .debug_types.dwo, "e", @progbits
|
D | simple.test | 55 NOTYP-NOT: .debug_types.dwo contents: 56 TYPES-LABEL: .debug_types.dwo contents:
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | exclude-debug-dwo.s | 6 # CHECK: .debug_types.dwo {{.*}} E 16 .section .debug_types.dwo,"e"
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwp-v2-tu-index.s | 34 .long 0x1000 # Offset in .debug_types.dwo 39 .long 0x10 # Size in .debug_types.dwo
|
D | dwarfdump-str-offsets-dwp.s | 271 .long TU1_5_start-.debug_types.dwo 274 .long TU2_5_start-.debug_types.dwo
|
D | debug-types-dwarf64.ll | 1 ; This checks that .debug_types can be generated in the DWARF64 format. 6 ; CHECK: .debug_types contents:
|
D | dwarfdump-str-offsets-v4-dwarf64-dwo.s | 14 # CHECK: .debug_types.dwo contents: 80 .section .debug_types.dwo, "e", @progbits
|
D | generate-odr-hash.ll | 75 ; 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 (
|
D | xray-split-dwarf-interaction.ll | 26 ; .debug_types.dwo section. 31 ; CHECK-ELF-DAG: [{{.*}}] .debug_types.dwo PROGBITS
|
D | addr-tu-to-non-tu.ll | 52 ; CHECK: .debug_types contents: 54 ; CHECK-NOT: .debug_types.dwo contents:
|
D | skeleton-unit-verify.s | 10 # CHECK-NEXT: Verifying .debug_types Unit Header Chain...
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | dwarfdump-type-units.test | 16 CHECK: debug_types contents: 39 TYPES: debug_types contents:
|
D | typeunit-header.test | 12 CHECK: .debug_types contents:
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | debug-types-missing-signature.test | 1 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/ |
D | generate-odr-hash.ll | 77 ; 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/ |
D | simple.test | 57 NOTYP-NOT: .debug_types.dwo contents: 58 TYPES-LABEL: .debug_types.dwo contents:
|