Home
last modified time | relevance | path

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

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_line_invalid.test31 # FIRST: debug_line[0x00000000]
33 # NOFIRST-NOT: debug_line[0x00000000]
35 # NOLATER-NOT: debug_line[{{.*}}]
39 # FATAL: debug_line[0x00000048]
42 # FATAL-NOT: debug_line
45 # NONFATAL: debug_line[0x00000048]
48 # NONFATAL: debug_line[0x0000004e]
51 # NONFATAL: debug_line[0x00000054]
54 # NONFATAL: debug_line[0x00000073]
57 # NONFATAL: debug_line[0x000000ad]
[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]
/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
Drun-zstrptr.sh58 [11c] '.debug_line'
94 [11c] '.debug_line'
128 [e7] '.debug_line'
161 [e7] '.debug_line'
Dtestfile-bpf-reloc.expect.bz2
/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
Dempty-dwarf-lines.s3 // Test that the dwarf debug_line section contains no line directives.
12 // CHECK: Name: .debug_line
/external/swiftshader/third_party/llvm-7.0/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
Dempty-dwarf-lines.s3 // Test that the dwarf debug_line section contains no line directives.
12 // CHECK: Name: .debug_line
/external/swiftshader/third_party/llvm-7.0/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[{{.*}}]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp119 struct debug_line_info *debug_line; in NotifyObjectEmitted() local
120 debug_line = (struct debug_line_info *)calloc( in NotifyObjectEmitted()
124 debug_line[i].vma = (unsigned long)It.first; in NotifyObjectEmitted()
125 debug_line[i].lineno = It.second.Line; in NotifyObjectEmitted()
126 debug_line[i].filename = in NotifyObjectEmitted()
132 debug_line) == -1) { in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/ELF/
Dshf-compressed.yaml12 - Name: .debug_line
19 # OBJ-NEXT: Name: .debug_line (1)
26 # YAML-NEXT: - Name: .debug_line
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Ddebug-line.s3 // Test that .debug_line is populated.
5 // CHECK: (('sh_name', 0x00000011) # '.debug_line'
17 .section .debug_line,"",@progbits
Ddebug-loc.s8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
11 // CHECK-NEXT: (('sh_name', 0x00000011) # '.debug_line'
23 .section .debug_line,"",@progbits
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Ddrawf-fission.test16 #DWARF: Name: .debug_line.dwo
34 #STRIP: Name: .debug_line
42 #STRIP: Name: .rela.debug_line
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-split-line-1.ll2 ; DW_AT_stmt_list attribute, and the .debug_line.dwo section is suppressed.
10 ; CHECK-NOT: .debug_line.dwo
16 ; CHECK-NOT: .debug_line.dwo
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sanstats/
Delf.test168 - Name: .debug_line
172 - Name: .rela.debug_line
176 Info: .debug_line
194 Section: .debug_line
/external/llvm/test/tools/sanstats/
Delf.test168 - Name: .debug_line
172 - Name: .rela.debug_line
176 Info: .debug_line
194 Section: .debug_line
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Ddwarf5-linetable.test19 # CHECK: .debug_line contents:
20 # CHECK: debug_line
Ddwarf4-linetable.test19 # CHECK: .debug_line contents:
20 # CHECK: debug_line

123456789