Searched full:debug_line (Results 1 – 25 of 221) sorted by relevance
123456789
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_line_invalid.test | 31 # 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 …]
|
D | debug_line_offset.test | 4 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/ |
D | run-elfgetzdata.sh | 76 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
|
D | run-elfputzdata.sh | 54 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
|
D | run-zstrptr.sh | 58 [11c] '.debug_line' 94 [11c] '.debug_line' 128 [e7] '.debug_line' 161 [e7] '.debug_line'
|
D | testfile-bpf-reloc.expect.bz2 |
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | debug-line.s | 3 // 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
|
D | gen-dwarf.s | 11 // 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
|
D | debug-loc.s | 8 // 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
|
D | empty-dwarf-lines.s | 3 // Test that the dwarf debug_line section contains no line directives. 12 // CHECK: Name: .debug_line
|
/external/llvm/test/MC/ELF/ |
D | debug-line.s | 3 // 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
|
D | gen-dwarf.s | 10 // 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
|
D | debug-loc.s | 8 // 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
|
D | empty-dwarf-lines.s | 3 // 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/ |
D | stmt-list-multiple-compile-units.ll | 26 ; 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/ |
D | OProfileJITEventListener.cpp | 119 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/ |
D | shf-compressed.yaml | 12 - Name: .debug_line 19 # OBJ-NEXT: Name: .debug_line (1) 26 # YAML-NEXT: - Name: .debug_line
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | debug-line.s | 3 // Test that .debug_line is populated. 5 // CHECK: (('sh_name', 0x00000011) # '.debug_line' 17 .section .debug_line,"",@progbits
|
D | debug-loc.s | 8 // 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/ |
D | drawf-fission.test | 16 #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/ |
D | dwarf-split-line-1.ll | 2 ; 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/llvm/test/tools/sanstats/ |
D | elf.test | 168 - 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/sanstats/ |
D | elf.test | 168 - 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/ |
D | dwarf4-linetable.test | 19 # CHECK: .debug_line contents: 20 # CHECK: debug_line
|
D | dwarf5-linetable.test | 19 # CHECK: .debug_line contents: 20 # CHECK: debug_line
|
123456789