| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-line.yaml | 73 debug_line: 182 - Name: .debug_line 203 debug_line: 229 debug_line: 293 debug_line: 338 debug_line: 419 debug_line: 535 debug_line: 610 debug_line: 649 debug_line: [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_line_invalid.test | 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] 74 # NONFATAL: debug_line[0x0000004e] 83 # NONFATAL: debug_line[0x00000054] 94 # NONFATAL: debug_line[0x00000081] [all …]
|
| H A 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]
|
| H A D | section_sizes_archive.test | 20 # CHECK-NEXT:.debug_line 19 (3.54%) 31 # CHECK-NEXT:.debug_line 13 (2.54%) 49 - Name: .debug_line 64 - Name: .debug_line
|
| H A D | verify_invalid_line_table_prologue_dir_index.yaml | 4 # CHECK: Verifying .debug_line... 5 # CHECK-NEXT: error: .debug_line[0x00000000].prologue.file_names[1].dir_idx contains an invalid ind… 34 debug_line:
|
| H A D | verify_invalid_line_file_index.yaml | 4 # CHECK: Verifying .debug_line... 5 # CHECK-NEXT: error: .debug_line[0x00000000][1] has invalid file index 5 (valid values are [1,1]): 34 debug_line:
|
| H A D | verify_invalid_line_sequence.yaml | 4 # CHECK: Verifying .debug_line... 5 # CHECK-NEXT: error: .debug_line[0x00000000] row[1] decreases in address from previous row: 34 debug_line:
|
| H A D | verify_duplicate_file_warning.yaml | 4 # CHECK: Verifying .debug_line... 5 # CHECK-NEXT: warning: .debug_line[0x00000000].prologue.file_names[2] is a duplicate of file_names[… 34 debug_line:
|
| H A D | debug-line.s | 1 ## 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
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | undef-broken-debug.test | 30 - Name: .debug_line 33 - Name: .rela.debug_line 37 Info: .debug_line 56 Symbol: .debug_line 67 - Name: .debug_line 69 Section: .debug_line
|
| H A D | gdb-index-invalid-section-index.yaml | 70 Symbol: .debug_line 86 - Name: .debug_line 90 - Name: .rela.debug_line 95 Info: .debug_line 129 - Name: .debug_line 131 Section: .debug_line
|
| H A D | debug-relocation-none.test | 33 - Name: .debug_line 36 - Name: .rela.debug_line 40 Info: .debug_line
|
| H A D | debug-dead-reloc-icf.s | 13 # CHECK: Contents of section .debug_line: 29 ## .debug_line contributions associated with folded-in functions will describe 33 .section .debug_line
|
| H A D | compressed-debug-conflict.s | 9 # OBJ: Name: .debug_line 48 .long .debug_line # DW_AT_stmt_list 50 .section .debug_line,"",@progbits
|
| /llvm-project-15.0.7/bolt/test/ |
| H A D | non-empty-debug-line.test | 12 # Check the input and grab .debug_line size. 14 CHECK: Name: .debug_line 17 # Verify .debug_line size is the same after BOLT. 19 CHECK: Name: .debug_line
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 118 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()
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/ELF/ |
| H A D | shf-compressed.yaml | 12 - Name: .debug_line 19 # OBJ-NEXT: Name: .debug_line (1) 26 # YAML-NEXT: - Name: .debug_line
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | aarch64-relocations.yaml | 53 Symbol: .debug_line 73 - Name: .debug_line 90 - Name: .debug_line 92 Section: .debug_line
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A 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[{{.*}}]
|
| H A D | debug-line-dwarf64.ll | 1 ; This checks that .debug_line can be generated in the DWARF64 format. 6 ; CHECK: .debug_line contents: 7 ; CHECK-NEXT: debug_line[0x00000000]
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ |
| H A D | debug-line-basic.script | 7 .debug_line 0 : { *(.debug_line ) }
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | compression.s | 32 ## Check that the large .debug_line and .debug_frame have the SHF_COMPRESSED 34 # FLAGS32: .debug_line PROGBITS [[#%x,]] [[#%x,]] [[#%x,]] 00 C 0 0 4 39 # FLAGS64: .debug_line PROGBITS [[#%x,]] [[#%x,]] [[#%x,]] 00 C 0 0 8
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | dwarf-fission.test | 17 #DWARF: Name: .debug_line.dwo 41 #STRIP: Name: .debug_line 42 #STRIP: Name: .rela.debug_line
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | dwarf-split-line-1.ll | 2 ; DW_AT_stmt_list attribute, and the .debug_line.dwo section is suppressed. 9 ; CHECK-NOT: .debug_line.dwo 16 ; CHECK-NOT: .debug_line.dwo
|
| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | multiple-cu.s | 22 .long .debug_line # DW_AT_stmt_list 24 .section .debug_line,"",@progbits
|