Searched full:debug_str (Results 1 – 25 of 360) sorted by relevance
12345678910>>...15
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-str.yaml | 1 ## Test that yaml2obj emits .debug_str section. 3 ## a) Generate the .debug_str section from the "DWARF" entry. 6 # RUN: llvm-readelf --string-dump=.debug_str %t1.o | FileCheck %s --check-prefix=DWARF-DEFAULT 8 # DWARF-DEFAULT: String dump of section '.debug_str': 14 ## .debug_str section header. 19 # SHDRS-DEFAULT: .debug_str PROGBITS 0000000000000000 000040 [[SIZE]] 01 MS 0 0 1 27 debug_str: 32 ## b) Generate the .debug_str section from the raw section content. 35 # RUN: llvm-readelf --string-dump=.debug_str %t2.o | FileCheck %s --check-prefix=DWARF-DEFAULT 39 # SHDRS: .debug_str PROGBITS 0000000000000000 000040 000006 01 MS 0 0 0 [all …]
|
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/DWARF/ |
D | debug-str.yaml | 1 ## Test how we dump the .debug_str section. 3 ## a) Test dumping a .debug_str section with a default section header. 6 # RUN: FileCheck %s --check-prefix=BASIC --implicit-check-not='Name: .debug_str' 8 ## b) Test dumping a .debug_str section whose section header properties are overridden. 56 - Name: .debug_str 67 debug_str: 72 # COMMON: - Name: .debug_str 81 # BASIC-NEXT: debug_str: 87 ## c) Test dumping an empty .debug_str section. 92 # EMPTY-NEXT: debug_str: [] [all …]
|
/external/llvm/test/tools/dsymutil/X86/ |
D | basic-linking-x86.test | 18 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla… 20 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000040] = "basic1.c") 22 CHECK: DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x00000049] = "/Inputs") 25 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000051] = "main") 36 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000056] = "argc") 42 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000005b] = "argv") 49 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000060] = "int") 59 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000064] = "char") 67 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (clan… 68 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000069] = "basic2.c") [all …]
|
D | basic-lto-linking-x86.test | 11 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla… 13 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000040] = "basic1.c") 15 CHECK: DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x00000049] = "/Inputs") 18 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000051] = "main") 29 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000056] = "argc") 33 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000005b] = "argv") 38 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000060] = "int") 48 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000064] = "char") 56 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla… 57 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000069] = "basic2.c") [all …]
|
D | basic-lto-dw4-linking-x86.test | 9 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "clang version 3.7.0 ") 11 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000016] = "basic1.c") 13 CHECK: DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x0000001f] = "/Inputs") 20 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000027] = "main") 27 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000002c] = "argc") 32 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000031] = "argv") 40 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000036] = "char") 48 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "clang version 3.7.0 ") 50 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000003b] = "basic2.c") 55 CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000044] = "int") [all …]
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/ |
D | debug-str.yaml | 1 ## a) Show that llvm-dwarfdump dumps the .debug_str and 2 ## .debug_str.dwo sections when --debug-str is specified. 8 # CHECK: .debug_str contents: 12 # CHECK: .debug_str.dwo contents: 25 - Name: .debug_str 28 - Name: .debug_str.dwo 38 # ESCAPED: .debug_str contents: 42 # ESCAPED: .debug_str.dwo contents: 54 # WARN: .debug_str contents: 57 # WARN: .debug_str.dwo contents:
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/Inputs/ |
D | i386-obj.yaml | 28 - Name: .debug_str 45 SymbolName: .debug_str 48 SymbolName: .debug_str 54 SymbolName: .debug_str 60 SymbolName: .debug_str 66 SymbolName: .debug_str 72 SymbolName: .debug_str 75 SymbolName: .debug_str 81 SymbolName: .debug_str 87 SymbolName: .debug_str [all …]
|
D | x86_64-obj.yaml | 32 - Name: .debug_str 49 SymbolName: .debug_str 52 SymbolName: .debug_str 58 SymbolName: .debug_str 64 SymbolName: .debug_str 70 SymbolName: .debug_str 76 SymbolName: .debug_str 79 SymbolName: .debug_str 85 SymbolName: .debug_str 91 SymbolName: .debug_str [all …]
|
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
D | aarch64-relocations.yaml | 23 - Name: .debug_str 46 Symbol: .debug_str 49 Symbol: .debug_str 56 Symbol: .debug_str 66 Symbol: .debug_str 70 Symbol: .debug_str 81 - Name: .debug_str 83 Section: .debug_str
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | adjust-vma.test | 10 # NOADJUST-NEXT: 2 .debug_str 00000004 0000000000000000 11 # NOADJUST-NEXT: 3 .rela.debug_str 00000018 0000000000000000 22 # ADJUST-NEXT: 2 .debug_str 00000004 0000000000000000 23 # ADJUST-NEXT: 3 .rela.debug_str 00000018 0000000000000000 45 # NOADJUST: 0000000000000000 <.debug_str>: 50 # ADJUST: 0000000000000000 <.debug_str>: 55 # COMMON: 0000000000000000 <.rela.debug_str>: 85 - Name: .debug_str 90 - Name: .rela.debug_str 94 Info: .debug_str
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | compress-debug-sections.s | 7 ## .debug_str section is mergeable. LLD would combine all of them into single 16 # RUN: echo "SECTIONS { .debug_str 0 : { *(.debug_str) } }" > %t2.script 21 # CHECK: .debug_str contents: 29 # ZLIBFLAGS: Name: .debug_str 34 .section .debug_str,"MS",@progbits,1
|
D | compress-debug-sections-custom.s | 3 ## NOTE GNU ld makes .debug_str and .debug_info SHF_ALLOC due to `. += 10`. 6 # RUN: .debug_str 0 : { . += 0x10; *(.debug_str) } \ 21 # Also note that the .debug_str offsets are also offset by 0x10, as directed by 30 .section .debug_str,"MS",@progbits,1
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-dwp.s | 10 .section .debug_str.dwo,"MSe",@progbits,1 42 .long str_producer-.debug_str.dwo 43 .long str_CU1-.debug_str.dwo 44 .long str_CU1_dir-.debug_str.dwo 45 .long str_TU1-.debug_str.dwo 46 .long str_TU1_type-.debug_str.dwo 56 .long str_producer-.debug_str.dwo 57 .long str_CU2-.debug_str.dwo 58 .long str_CU2_dir-.debug_str.dwo 59 .long str_TU2-.debug_str.dwo [all …]
|
D | dwarfdump-str-offsets-v4-dwarf64-dwo.s | 21 # CHECK: .debug_str.dwo contents: 32 .section .debug_str.dwo, "MSe", @progbits, 1 41 .quad .LStr0-.debug_str.dwo # 0: "Compilation Unit" 42 .quad .LStr1-.debug_str.dwo # 1: "Type Unit" 43 .quad .LStr2-.debug_str.dwo # 2: "Structure"
|
D | dwarfdump-str-offsets-v4-dwarf64-dwp.s | 22 # CHECK: .debug_str.dwo contents: 36 .section .debug_str.dwo, "MSe", @progbits, 1 49 .long .LStr0-.debug_str.dwo # 0: "CU0 Producer" 50 .long .LStr1-.debug_str.dwo # 1: "CU0 Name" 54 .quad .LStr2-.debug_str.dwo # 0: "CU1 Producer" 55 .quad .LStr3-.debug_str.dwo # 1: "CU1 Name"
|
D | fission-cu.ll | 61 ; CHECK-NEXT: DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x00000000] = "/usr/local/google/home/… 62 ; CHECK-NEXT: DW_AT_GNU_dwo_name [DW_FORM_strp] ( .debug_str[0x00000024] = "baz.dwo") 86 ; CHECK: .debug_str contents: 90 ; CHECK: .debug_str.dwo contents: 110 ; OBJ-NEXT: R_X86_64_32 .debug_str 111 ; OBJ-NEXT: R_X86_64_32 .debug_str
|
D | debug-info-dwarf64.ll | 28 ; CHECK-NEXT: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x{{([[:xdigit:]]{16})}}] = "clang v… 30 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{([[:xdigit:]]{16})}}] = "foo.c") 33 ; CHECK-NEXT: DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x{{([[:xdigit:]]{16})}}] = "/tmp") 35 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{([[:xdigit:]]{16})}}] = "foo") 38 ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{([[:xdigit:]]{16})}}] = "int")
|
/external/llvm-project/lld/test/ELF/ |
D | gdb-index-invalid-section-index.yaml | 31 Symbol: .debug_str 34 Symbol: .debug_str 38 Symbol: .debug_str 41 - Name: .debug_str 120 - Name: .debug_str 122 Section: .debug_str
|
D | gdb-index-tls.s | 11 .section .debug_str,"MS",@progbits,1 69 .long .debug_str # DW_AT_producer 71 .long .debug_str # DW_AT_name 73 .long .debug_str # DW_AT_comp_dir 76 .long .debug_str # DW_AT_name 86 .long .debug_str # DW_AT_name
|
D | compress-debug-sections.s | 7 # ZLIBCONTENT: Contents of section .debug_str: 13 # ZLIBFLAGS: Name: .debug_str 20 # DEBUGSTR: .debug_str contents: 33 .section .debug_str,"MS",@progbits,1
|
/external/llvm-project/lld/test/COFF/ |
D | sort-debug.test | 105 - Name: .debug_str 126 SymbolName: .debug_str 129 SymbolName: .debug_str 135 SymbolName: .debug_str 141 SymbolName: .debug_str 147 SymbolName: .debug_str 150 SymbolName: .debug_str 156 SymbolName: .debug_str 235 - Name: .debug_str
|
/external/llvm-project/llvm/test/DebugInfo/Sparc/ |
D | gnu-window-save.ll | 11 ; SPARC64: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "hello.c") 13 ; SPARC64: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "main") 15 ; SPARC64: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "int") 27 ; SPARC32: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "hello.c") 29 ; SPARC32: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "main") 31 ; SPARC32: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "int")
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | verify_debug_info2.s | 13 .long 0 # DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000000] = "test") 15 .long 0 # DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000000] = "test") 16 .long 0 # DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x00000000] = "test") 41 .section .debug_str,"MS",@progbits,1
|
/external/llvm/test/DebugInfo/X86/ |
D | fission-cu.ll | 61 ; CHECK-NEXT: DW_AT_GNU_dwo_name [DW_FORM_strp] ( .debug_str[0x00000000] = "baz.dwo") 62 ; CHECK-NEXT: DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x00000008] = "/usr/local/google/home/… 86 ; CHECK: .debug_str contents: 90 ; CHECK: .debug_str.dwo contents: 110 ; OBJ-NEXT: R_X86_64_32 .debug_str 111 ; OBJ-NEXT: R_X86_64_32 .debug_str
|
/external/llvm/test/DebugInfo/Sparc/ |
D | gnu-window-save.ll | 11 ; SPARC64: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "hello.c") 13 ; SPARC64: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "main") 15 ; SPARC64: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "int") 27 ; SPARC32: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "hello.c") 29 ; SPARC32: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "main") 31 ; SPARC32: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9,A-F,a-f]+}}] = "int")
|
12345678910>>...15