Home
last modified time | relevance | path

Searched full:debug_gnu_pubnames (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
Ddebug-gnu-pubnames.yaml1 ## 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/
Ddebug-gnu-pubnames.s6 # CHECK: .debug_gnu_pubnames
11 # GDB-NOT: .debug_gnu_pubnames
14 .section .debug_gnu_pubnames,"",@progbits
Dgdb-index.s49 # SECTION-NOT: debug_gnu_pubnames
111 .section .debug_gnu_pubnames,"",@progbits
Dcomdat-discarded-gdb-index.s53 .section .debug_gnu_pubnames,"",@progbits
Dgdb-index-multiple-cu.s65 .section .debug_gnu_pubnames,"",@progbits
/external/llvm-project/lld/test/ELF/Inputs/
Dgdb-index-multiple-cu-2.s34 # .debug_gnu_pubnames has just one set, associated with .Lcu_begin1 (cuIndex: 1)
35 .section .debug_gnu_pubnames,"",@progbits
Dgdb-index.s55 .section .debug_gnu_pubnames,"",@progbits
/external/llvm-project/llvm/test/DebugInfo/X86/
Dgnu-public-names-gmlt.ll17 ; GPUB: .debug_gnu_pubnames contents:
29 ; NONE-NOT: .debug_gnu_pubnames contents:
Dgnu-public-names-multiple-cus-2.s24 .section .debug_gnu_pubnames,"",@progbits
Dgnu-public-names-empty.ll12 ; CHECK: .debug_gnu_pubnames contents:
Dgnu-public-names-multiple-cus.ll20 ; CHECK: .section .debug_gnu_pubnames
Dgnu-public-names-tu.ll19 ; CHECK-LABEL: .debug_gnu_pubnames contents:
/external/llvm-project/llvm/unittests/ObjectYAML/
DDWARFYAMLTest.cpp132 debug_gnu_pubnames: in TEST()
185 debug_gnu_pubnames: in TEST()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_pub_tables_error_cases.s13 .section .debug_gnu_pubnames,"",@progbits
14 # CHECK: .debug_gnu_pubnames contents:
Ddebug_loclists_unused_invalid.s202 .section .debug_gnu_pubnames,"",@progbits
/external/llvm-project/lldb/test/Shell/Breakpoint/Inputs/
Dsingle-file-split-dwarf.yaml44 - Name: .debug_gnu_pubnames
Dsplit-dwarf-5-addrbase.yaml44 - Name: .debug_gnu_pubnames
Dsplit-dwarf5-debug-stroffsets-main.yaml54 - Name: .debug_gnu_pubnames
Dsingle-file-split-dwarf.o.yaml67 - Name: .debug_gnu_pubnames
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp46 SecNames.insert("debug_gnu_pubnames"); in getNonEmptySectionNames()
102 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()
/external/llvm/test/DebugInfo/X86/
Dgnu-public-names.ll67 ; ASM: .section .debug_gnu_pubnames
197 ; CHECK-LABEL: .debug_gnu_pubnames contents:
/external/llvm-project/lld/ELF/
DDWARF.cpp41 .Case(".debug_gnu_pubnames", &gnuPubnamesSection) in LLDDwarfObj()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp67 clEnumValN(DIDT_GnuPubnames, "gnu_pubnames", ".debug_gnu_pubnames"),
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp422 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/
DDWARFYAML.cpp36 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()

12