Home
last modified time | relevance | path

Searched refs:SectionOrType (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dremove-section-in-group.test10 # CHECK-NEXT: - SectionOrType: GRP_COMDAT
11 # CHECK-NEXT: - SectionOrType: .bar
12 # CHECK-NOT: - SectionOrType:
25 - SectionOrType: GRP_COMDAT
26 - SectionOrType: .foo
27 - SectionOrType: .bar
H A Dstrip-dwo-groups.test51 - SectionOrType: GRP_COMDAT
52 - SectionOrType: .text.group1
61 - SectionOrType: GRP_COMDAT
62 - SectionOrType: .text.group2
63 - SectionOrType: .rela.text.group2
H A Dstrip-group-symbol.test17 - SectionOrType: GRP_COMDAT
18 - SectionOrType: .text
H A Dremove-section-group.test26 - SectionOrType: GRP_COMDAT
27 - SectionOrType: .foo
H A Dgroup-addr-misaligned.test29 - SectionOrType: GRP_COMDAT
30 - SectionOrType: .text.foo
H A Dgroup.test30 - SectionOrType: GRP_COMDAT
31 - SectionOrType: .text.foo
121 - SectionOrType: GRP_COMDAT
122 - SectionOrType: .text.foo
H A Dgroup-unchanged.test30 - SectionOrType: GRP_COMDAT
31 - SectionOrType: .text.foo
H A Dgroup-big-endian.test30 - SectionOrType: GRP_COMDAT
31 - SectionOrType: .text.foo
H A Dset-section-flags-preserved.test46 - SectionOrType: GRP_COMDAT
47 - SectionOrType: .foo
H A Drename-section-flag-preserved.test51 - SectionOrType: GRP_COMDAT
52 - SectionOrType: .foo
H A Dstrip-unneeded.test59 - SectionOrType: GRP_COMDAT
60 - SectionOrType: .text
/llvm-project-15.0.7/llvm/test/Object/X86/
H A Dobj2yaml-dup-section-name.s9 # CHECK: - SectionOrType: .text.foo{{$}}
10 # CHECK: - SectionOrType: .rela.text.foo{{$}}
13 # CHECK: - SectionOrType: '.text.foo (1)'
14 # CHECK: - SectionOrType: '.rela.text.foo (1)'
/llvm-project-15.0.7/lld/test/ELF/
H A Dsht-group-empty.test20 - SectionOrType: GRP_COMDAT
21 - SectionOrType: .text.foo
22 - SectionOrType: .text.bar
23 - SectionOrType: .note
H A Drelocation-group.test27 - SectionOrType: GRP_COMDAT
28 - SectionOrType: .text.foo
H A Dundef-not-suggest.test21 - SectionOrType: GRP_COMDAT
22 - SectionOrType: .text.foo
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dcomdat-broken-members.yaml17 - SectionOrType: GRP_COMDAT
18 - SectionOrType: .foo
19 - SectionOrType: .bar
H A Dcomdat-broken-info.yaml16 - SectionOrType: GRP_COMDAT
45 - SectionOrType: GRP_COMDAT
50 - SectionOrType: GRP_COMDAT
H A Dcomdat-broken.yaml14 - SectionOrType: 0xFF
15 - SectionOrType: 3
H A Dduplicate-section-names.yaml160 - SectionOrType: GRP_COMDAT
161 - SectionOrType: .text.foo
168 - SectionOrType: GRP_COMDAT
169 - SectionOrType: '.text.foo (1)'
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/Inputs/
H A Dcompress-debug-sections.yaml35 - SectionOrType: GRP_COMDAT
36 - SectionOrType: .text.in.group
37 - SectionOrType: .debug_in_group
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dsection-group.yaml14 # CHECK-NEXT: - SectionOrType: GRP_COMDAT
15 # CHECK-NEXT: - SectionOrType: [[SEC]]
30 - SectionOrType: GRP_COMDAT
31 - SectionOrType: [[SEC=.rodata]]
/llvm-project-15.0.7/lld/test/ELF/invalid/
H A Dsht-group-wrong-section.test18 - SectionOrType: GRP_COMDAT
19 - SectionOrType: 12345
H A Dcomdat-broken.test21 - SectionOrType: 0xFF
22 - SectionOrType: 3
H A Dsht-group.test17 - SectionOrType: GRP_COMDAT
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h149 struct SectionOrType { struct
576 Optional<std::vector<SectionOrType>> Members;
750 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
956 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
957 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()

12