/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-pubtypes.yaml | 1 ## Test that yaml2obj emits .debug_pubtypes section. 3 ## a) Generate the '.debug_pubtypes' section from the 'DWARF' entry. 5 ## Generate and verify a 32-bit little endian .debug_pubtypes section. 12 # SHDR-NEXT: Name: .debug_pubtypes (1) 44 debug_pubtypes: 56 ## Generate and verify a 32-bit big endian .debug_pubtypes section. 77 ## b) Generate the .debug_pubtypes section from raw section content. 93 - Name: .debug_pubtypes 97 ## c) Generate the .debug_pubtypes section when the "Size" is specified. 113 - Name: .debug_pubtypes [all …]
|
/external/llvm-project/llvm/test/ObjectYAML/MachO/ |
D | DWARF-pubsections.yaml | 1 ## This file contains test cases for generating .debug_pubnames/.debug_pubtypes 4 ## a) Test that yaml2obj emits the .debug_pubnames and .debug_pubtypes sections and 65 debug_pubtypes: 85 # CHECK-NEXT: debug_pubtypes: 97 ## b) Test that yaml2obj will not emit the .debug_pubnames/.debug_pubtypes section's 98 ## contents, if the "debug_pubnames"/"debug_pubtypes" entry doesn't exist in the
|
/external/llvm-project/lld/test/ELF/ |
D | gc-sections.s | 19 # NOGC: Name: .debug_pubtypes 40 # GC1: Name: .debug_pubtypes 61 # GC2: Name: .debug_pubtypes 139 .section .debug_pubtypes,"",@progbits
|
/external/llvm-project/lld/test/COFF/ |
D | sort-debug.test | 17 # CHECK: Name: .debug_pubtypes 25 # NODEBUG-NOT: Name: .debug_pubtypes 170 - Name: .debug_pubtypes 307 - Name: .debug_pubtypes
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | strip-dwo-inplace.test | 16 CHECK: Name: .debug_pubtypes 26 CHECK: Name: .rela.debug_pubtypes
|
D | drawf-fission.test | 30 #STRIP: Name: .debug_pubtypes 40 #STRIP: Name: .rela.debug_pubtypes
|
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
D | build-id-case.yaml | 20 # CHECK: Name: .debug_pubtypes 86 - Name: .debug_pubtypes
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | debug-pubtables-dwarf64.ll | 1 ; This checks that .debug_pubnames and .debug_pubtypes can be generated in the DWARF64 format. 19 ; CHECK: .debug_pubtypes contents:
|
D | sections-as-references-cu-offset.ll | 9 ; CHECK: .section .debug_pubtypes
|
D | gnu-public-names-gmlt.ll | 28 ; NONE-NOT: .debug_pubtypes contents:
|
/external/llvm-project/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-test-loc-list-32bit.elf.o | ... g
.debug_abbrev .rel.text .bss .debug_pubtypes .debug_aranges .debug_ranges .debug_str .debug_macinfo .rel ... |
D | dwarfdump-test-32bit.elf.o | ... a
.debug_abbrev .rel.text .bss .debug_pubtypes .debug_aranges .debug_ranges .debug_str .debug_macinfo .rel ... |
D | arm-relocs.elf-arm | ... text .bss .ARM.attributes .rel.debug_pubtypes .rel.debug_pubnames .debug_ranges .debug_str .rel ... |
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-test-loc-list-32bit.elf.o | ... g
.debug_abbrev .rel.text .bss .debug_pubtypes .debug_aranges .debug_ranges .debug_str .debug_macinfo .rel ... |
D | dwarfdump-test-32bit.elf.o | ... a
.debug_abbrev .rel.text .bss .debug_pubtypes .debug_aranges .debug_ranges .debug_str .debug_macinfo .rel ... |
D | arm-relocs.elf-arm | ... text .bss .ARM.attributes .rel.debug_pubtypes .rel.debug_pubnames .debug_ranges .debug_str .rel ... |
/external/elfutils/tests/ |
D | testfile-bpf-reloc.expect.bz2 | ... .debug_info
25
26
27RELOCATION RECORDS FOR [.debug_pubtypes]:
28OFFSET TYPE VALUE
290000000000000006 R_BPF_64_32 .debug_info ... |
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | debug-info.ll | 82 ; CHECK-NEXT: Name: .debug_pubtypes 118 ; CHECK-NEXT: Name: reloc..debug_pubtypes 157 ; CHECK-NEXT: Section (12) .debug_pubtypes {
|
D | debug-info64.ll | 82 ; CHECK-NEXT: Name: .debug_pubtypes 118 ; CHECK-NEXT: Name: reloc..debug_pubtypes 157 ; CHECK-NEXT: Section (12) .debug_pubtypes {
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_pub_tables_error_cases.s | 140 # ERR-MIN: .debug_pubtypes contents: 147 .section .debug_pubtypes,"",@progbits
|
/external/llvm/test/DebugInfo/X86/ |
D | empty.ll | 13 ; CHECK: .debug_pubtypes contents:
|
/external/llvm/test/DebugInfo/Generic/ |
D | empty.ll | 18 ; CHECK: .debug_pubtypes contents:
|
/external/llvm-project/llvm/test/DebugInfo/WebAssembly/ |
D | fission-sections.ll | 36 ; OBJ-NEXT: .debug_pubtypes
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 44 SecNames.insert("debug_pubtypes"); in getNonEmptySectionNames() 100 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/ARM/ |
D | debug-vars-wide-chars.s | 217 .section .debug_pubtypes,"",%progbits
|