Home
last modified time | relevance | path

Searched full:debug_line (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_line_invalid.test24 # RUN: --implicit-check-not='debug_line[{{.*}}]' --implicit-check-not='warning:'
27 # RUN: --implicit-check-not='debug_line[{{.*}}]' --implicit-check-not=' DW_LNS' \
37 # RUN: | FileCheck %s --check-prefixes=HEADER,LAST,SOME-ERR --implicit-check-not='debug_line[{{.*…
40 # HEADER: .debug_line contents:
42 # FIRST: debug_line[0x00000000]
49 # NOFIRST-NOT: debug_line[0x00000000]
51 # NOLATER-NOT: debug_line[{{.*}}]
55 # FATAL: debug_line[0x00000048]
60 # FATAL-NOT: debug_line
65 # NONFATAL: debug_line[0x00000048]
[all …]
Ddebug_line_offset.test4 CHECK-A: debug_line[0x00000000]
11 CHECK-A-NOT: debug_line[0x0000009a]
16 CHECK-B-NOT: debug_line[0x00000000]
17 CHECK-B: debug_line[0x0000009a]
Ddebug-line.s1 ## Show that llvm-dwarfdump dumps the whole .debug_line section when
7 # CHECK: .debug_line contents:
8 # CHECK-NEXT: debug_line[0x00000000]
48 # CHECK-NEXT: debug_line[0x0000006d]
68 # CHECK-NEXT: debug_line[0x0000008c]
70 .section .debug_line,"",@progbits
Dsection_sizes_archive.test20 # CHECK-NEXT:.debug_line 19 (3.54%)
31 # CHECK-NEXT:.debug_line 13 (2.54%)
49 - Name: .debug_line
64 - Name: .debug_line
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
Ddebug-line.yaml1 ## Test that yaml2obj emits .debug_line section.
3 ## a) Generate the .debug_line section from the "DWARF" entry.
5 ## Generate and verify a little endian DWARF32 .debug_line section.
12 # SHDR-NEXT: Name: .debug_line (1)
73 debug_line:
96 ## Generate and verify a big endian DWARF32 .debug_line section.
146 ## b) Generate the .debug_line section from raw section content.
162 - Name: .debug_line
166 ## c) Generate the .debug_line section when the "Size" is specified.
182 - Name: .debug_line
[all …]
/external/llvm-project/lld/test/ELF/
Dundef-broken-debug.test30 - Name: .debug_line
33 - Name: .rela.debug_line
37 Info: .debug_line
56 Symbol: .debug_line
67 - Name: .debug_line
69 Section: .debug_line
Dgdb-index-invalid-section-index.yaml70 Symbol: .debug_line
86 - Name: .debug_line
90 - Name: .rela.debug_line
95 Info: .debug_line
129 - Name: .debug_line
131 Section: .debug_line
Ddebug-relocation-none.test33 - Name: .debug_line
36 - Name: .rela.debug_line
40 Info: .debug_line
Ddebug-dead-reloc-icf.s13 # CHECK: Contents of section .debug_line:
29 ## .debug_line contributions associated with folded-in functions will describe
33 .section .debug_line
Dcompressed-debug-conflict.s9 # OBJ: Name: .debug_line
48 .long .debug_line # DW_AT_stmt_list
50 .section .debug_line,"",@progbits
/external/elfutils/tests/
Drun-elfgetzdata.sh76 5: .debug_line, ELF compressed, size: 8d
87 5: .debug_line, ELF compressed, size: 8d
100 6: .debug_line, ELF compressed, size: 8d
112 6: .debug_line, ELF compressed, size: 8d
172 5: .debug_line, ELF compressed, size: 85
183 5: .debug_line, ELF compressed, size: 85
196 6: .debug_line, ELF compressed, size: 85
208 6: .debug_line, ELF compressed, size: 85
Drun-elfputzdata.sh54 Lets compress 31 .debug_line, size: 189
92 Lets compress 31 .debug_line, size: 189
129 Lets compress 27 .debug_line, size: 709
165 Lets compress 27 .debug_line, size: 709
206 Lets compress 29 .debug_line, size: 119
245 Lets compress 29 .debug_line, size: 119
289 Lets compress 31 .debug_line, size: 109
330 Lets compress 31 .debug_line, size: 109
/external/llvm/test/MC/ELF/
Ddebug-line.s3 // Test that .debug_line is populated. TODO: This test should really be using
5 // of .debug_line was checked using GNU binutils:
15 // CHECK: Name: .debug_line
35 .section .debug_line,"",@progbits
Dgen-dwarf.s10 // 1. the debug info has a relocation to debug_abbrev and one to to debug_line.
11 // 2. the debug_aranges has relocations to text and debug_line.
25 // CHECK-NEXT: 0xC R_386_32 .debug_line 0x0
51 // ASM: .section .debug_line
Ddebug-loc.s8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
12 // CHECK: Name: .debug_line
25 .section .debug_line,"",@progbits
/external/llvm-project/llvm/test/MC/ELF/
Ddebug-line.s3 // Test that .debug_line is populated. TODO: This test should really be using
5 // of .debug_line was checked using GNU binutils:
15 // CHECK: Name: .debug_line
35 .section .debug_line,"",@progbits
Ddebug-loc.s8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
12 // CHECK: Name: .debug_line
25 .section .debug_line,"",@progbits
Dgen-dwarf.s11 // 1. the debug info has a relocation to debug_abbrev and one to debug_line.
12 // 2. the debug_aranges has relocations to text and debug_line.
26 // CHECK-NEXT: 0xC R_386_32 .debug_line 0x0
58 // ASM: .section .debug_line
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/
Daarch64-relocations.yaml53 Symbol: .debug_line
73 - Name: .debug_line
90 - Name: .debug_line
92 Section: .debug_line
/external/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp118 struct debug_line_info *debug_line; in notifyObjectLoaded() local
119 debug_line = (struct debug_line_info *)calloc( in notifyObjectLoaded()
123 debug_line[i].vma = (unsigned long)It.first; in notifyObjectLoaded()
124 debug_line[i].lineno = It.second.Line; in notifyObjectLoaded()
125 debug_line[i].filename = in notifyObjectLoaded()
131 debug_line) == -1) { in notifyObjectLoaded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp118 struct debug_line_info *debug_line; in notifyObjectLoaded() local
119 debug_line = (struct debug_line_info *)calloc( in notifyObjectLoaded()
123 debug_line[i].vma = (unsigned long)It.first; in notifyObjectLoaded()
124 debug_line[i].lineno = It.second.Line; in notifyObjectLoaded()
125 debug_line[i].filename = in notifyObjectLoaded()
131 debug_line) == -1) { in notifyObjectLoaded()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dstmt-list-multiple-compile-units.ll26 ; CHECK: .debug_line contents:
27 ; CHECK-NEXT: debug_line[{{.*}}]
33 ; CHECK: debug_line[{{.*}}]
49 ; DWARF3: .debug_line contents:
50 ; DWARF3-NEXT: debug_line[{{.*}}]
56 ; DWARF3: debug_line[{{.*}}]
Ddebug-line-dwarf64.ll1 ; This checks that .debug_line can be generated in the DWARF64 format.
6 ; CHECK: .debug_line contents:
7 ; CHECK-NEXT: debug_line[0x00000000]
/external/llvm-project/llvm/test/ObjectYAML/ELF/
Dshf-compressed.yaml12 - Name: .debug_line
19 # OBJ-NEXT: Name: .debug_line (1)
26 # YAML-NEXT: - Name: .debug_line
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Ddrawf-fission.test16 #DWARF: Name: .debug_line.dwo
34 #STRIP: Name: .debug_line
42 #STRIP: Name: .rela.debug_line

12345678910>>...15