Searched full:debug_gnu_pubnames (Results 1 – 25 of 41) sorted by relevance
12
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-gnu-pubnames.yaml | 1 ## Test that yaml2obj emits .debug_gnu_pubnames section. 3 ## a) Generate the '.debug_gnu_pubnames' section from the 'DWARF' entry. 5 ## Generate and verify a 32-bit little endian .debug_gnu_pubnames section. 12 # SHDR-NEXT: Name: .debug_gnu_pubnames (1) 45 debug_gnu_pubnames: 58 ## Generate and verify a 32-bit big endian .debug_gnu_pubnames section. 80 ## b) Generate the .debug_gnu_pubnames section from raw section content. 96 - Name: .debug_gnu_pubnames 100 ## c) Generate the .debug_gnu_pubnames section when the "Size" is specified. 116 - Name: .debug_gnu_pubnames [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | debug-gnu-pubnames.s | 6 # CHECK: .debug_gnu_pubnames 11 # GDB-NOT: .debug_gnu_pubnames 14 .section .debug_gnu_pubnames,"",@progbits
|
D | gdb-index.s | 49 # SECTION-NOT: debug_gnu_pubnames 111 .section .debug_gnu_pubnames,"",@progbits
|
D | comdat-discarded-gdb-index.s | 53 .section .debug_gnu_pubnames,"",@progbits
|
D | gdb-index-multiple-cu.s | 65 .section .debug_gnu_pubnames,"",@progbits
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | gdb-index-multiple-cu-2.s | 34 # .debug_gnu_pubnames has just one set, associated with .Lcu_begin1 (cuIndex: 1) 35 .section .debug_gnu_pubnames,"",@progbits
|
D | gdb-index.s | 55 .section .debug_gnu_pubnames,"",@progbits
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | gnu-public-names-gmlt.ll | 17 ; GPUB: .debug_gnu_pubnames contents: 29 ; NONE-NOT: .debug_gnu_pubnames contents:
|
D | gnu-public-names-multiple-cus-2.s | 24 .section .debug_gnu_pubnames,"",@progbits
|
D | gnu-public-names-empty.ll | 12 ; CHECK: .debug_gnu_pubnames contents:
|
D | gnu-public-names-multiple-cus.ll | 20 ; CHECK: .section .debug_gnu_pubnames
|
D | gnu-public-names-tu.ll | 19 ; CHECK-LABEL: .debug_gnu_pubnames contents:
|
/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | DWARFYAMLTest.cpp | 132 debug_gnu_pubnames: in TEST() 185 debug_gnu_pubnames: in TEST()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_pub_tables_error_cases.s | 13 .section .debug_gnu_pubnames,"",@progbits 14 # CHECK: .debug_gnu_pubnames contents:
|
D | debug_loclists_unused_invalid.s | 202 .section .debug_gnu_pubnames,"",@progbits
|
/external/llvm-project/lldb/test/Shell/Breakpoint/Inputs/ |
D | single-file-split-dwarf.yaml | 44 - Name: .debug_gnu_pubnames
|
D | split-dwarf-5-addrbase.yaml | 44 - Name: .debug_gnu_pubnames
|
D | split-dwarf5-debug-stroffsets-main.yaml | 54 - Name: .debug_gnu_pubnames
|
D | single-file-split-dwarf.o.yaml | 67 - Name: .debug_gnu_pubnames
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 46 SecNames.insert("debug_gnu_pubnames"); in getNonEmptySectionNames() 102 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()
|
/external/llvm/test/DebugInfo/X86/ |
D | gnu-public-names.ll | 67 ; ASM: .section .debug_gnu_pubnames 197 ; CHECK-LABEL: .debug_gnu_pubnames contents:
|
/external/llvm-project/lld/ELF/ |
D | DWARF.cpp | 41 .Case(".debug_gnu_pubnames", &gnuPubnamesSection) in LLDDwarfObj()
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 67 clEnumValN(DIDT_GnuPubnames, "gnu_pubnames", ".debug_gnu_pubnames"),
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 422 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo() 597 ".debug_gnu_pubnames", in initCOFFMCObjectFileInfo() 807 Ctx->getWasmSection(".debug_gnu_pubnames", SectionKind::getMetadata()); in initWasmMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 36 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()
|
12