/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-pubnames.yaml | 1 ## Test that yaml2obj emits .debug_pubnames section. 3 ## a) Generate the '.debug_pubnames' section from the 'DWARF' entry. 5 ## Generate and verify a 32-bit little endian .debug_pubnames section. 12 # SHDR-NEXT: Name: .debug_pubnames (1) 44 debug_pubnames: 55 ## Generate and verify a 32-bit big endian .debug_pubnames section. 76 ## b) Generate the .debug_pubnames section from raw section content. 92 - Name: .debug_pubnames 96 ## c) Generate the .debug_pubnames section when the "Size" is specified. 112 - Name: .debug_pubnames [all …]
|
/llvm-project/llvm/test/ObjectYAML/MachO/ |
H A 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 57 debug_pubnames: 77 # CHECK: debug_pubnames: 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 185 # INVALID-LENGTH-NEXT: debug_pubnames: 230 debug_pubnames:
|
/llvm-project/llvm/test/tools/llvm-dwarfutil/ELF/X86/ |
H A D | warning-pubnames.test | 2 ## contains .debug_pubnames section which is incompatible with 13 # WARN1: [[FILE]]: warning: '.debug_pubnames' will be deleted as no accelerator tables are requested 15 # WARN2: [[FILE]]: warning: '.debug_pubnames' will be replaced with requested .debug_names table 30 - Name: .debug_pubnames
|
H A D | warning-skipped-gnu-pubnames.test | 2 ## contains .debug_pubnames section.
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | undefined-debug.s | 2 // CHECK: error: Undefined section reference: .debug_pubnames 5 .long .debug_pubnames
|
/llvm-project/llvm/test/DebugInfo/X86/ |
H A D | dwarfdump-debug-pubnames.s | 5 # CHECK: .debug_pubnames contents: 15 .section .debug_pubnames,"",@progbits
|
H A D | debug-pubtables-dwarf64.ll | 1 ; This checks that .debug_pubnames and .debug_pubtypes can be generated in the DWARF64 format. 14 ; CHECK: .debug_pubnames contents:
|
H A D | empty.ll | 10 ; CHECK: .debug_pubnames contents:
|
H A D | sections-as-references-cu-offset.ll | 7 ; CHECK: .section .debug_pubnames
|
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
H A D | strip-dwo-inplace.test | 19 CHECK: Name: .debug_pubnames 20 CHECK: Name: .rela.debug_pubnames
|
H A D | dwarf-fission.test | 33 #STRIP: Name: .debug_pubnames 34 #STRIP: Name: .rela.debug_pubnames
|
/llvm-project/lld/test/COFF/ |
H A D | sort-debug.test | 21 # CHECK: Name: .debug_pubnames 30 # NODEBUG-NOT: Name: .debug_pubnames 168 - Name: .debug_pubnames 305 - Name: .debug_pubnames
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | elf-debug-section.s | 14 .section .debug_pubnames,"",@progbits 33 # CHECK: Name: .debug_pubnames
|
/llvm-project/llvm/test/DebugInfo/NVPTX/ |
H A D | debug-name-table.ll | 5 ; debug_pubnames and debug_pubtypes sections in DWARF. These sections 9 ; CHECK-LABEL: .section .debug_pubnames
|
/llvm-project/llvm/test/tools/sanstats/ |
H A D | elf.test | 122 - Name: .debug_pubnames 126 - Name: .rela.debug_pubnames 130 Info: .debug_pubnames
|
/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
H A D | build-id-case.yaml | 19 # CHECK: Name: .debug_pubnames 83 - Name: .debug_pubnames
|
/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 60 "debug_str", "debug_line_str", "debug_str_offsets", "debug_pubnames", 94 Pub, ///< .debug_pubnames, .debug_pubtypes
|
/llvm-project/llvm/test/Object/Inputs/ |
HD | IsNAN.o | ... rel.debug_line .rel.debug_frame .rel.debug_pubnames .rel.debug_aranges .note.GNU-stack ... |
/llvm-project/llvm/test/DebugInfo/ |
H A D | dwarfdump-pubnames.test | 4 CHECK: .debug_pubnames contents:
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | DWARFYAMLTest.cpp | 70 debug_pubnames: in TEST() 115 debug_pubnames: in TEST()
|
/llvm-project/llvm/test/DebugInfo/Inputs/ |
HD | arm-relocs.elf-arm | ... ARM.attributes .rel.debug_pubtypes .rel.debug_pubnames .debug_ranges .debug_str .rel.debug_info .rel ... |
/llvm-project/llvm/test/MC/WebAssembly/ |
H A D | debug-info.ll | 82 ; CHECK-NEXT: Name: .debug_pubnames 124 ; CHECK-NEXT: Name: reloc..debug_pubnames 172 ; CHECK-NEXT: Section (12) .debug_pubnames {
|
H A D | debug-info64.ll | 82 ; CHECK-NEXT: Name: .debug_pubnames 124 ; CHECK-NEXT: Name: reloc..debug_pubnames 178 ; CHECK-NEXT: Section (12) .debug_pubnames {
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | debug_pub_tables_error_cases.s | 138 # ERR-MIN: .debug_pubnames contents: 145 .section .debug_pubnames,"",@progbits
|
/llvm-project/llvm/test/DebugInfo/Generic/ |
H A D | empty.ll | 10 ; CHECK-NOT: .debug_pubnames contents:
|