| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | remove-section-in-group.test | 10 # 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 D | strip-dwo-groups.test | 51 - SectionOrType: GRP_COMDAT 52 - SectionOrType: .text.group1 61 - SectionOrType: GRP_COMDAT 62 - SectionOrType: .text.group2 63 - SectionOrType: .rela.text.group2
|
| H A D | strip-group-symbol.test | 17 - SectionOrType: GRP_COMDAT 18 - SectionOrType: .text
|
| H A D | remove-section-group.test | 26 - SectionOrType: GRP_COMDAT 27 - SectionOrType: .foo
|
| H A D | group-addr-misaligned.test | 29 - SectionOrType: GRP_COMDAT 30 - SectionOrType: .text.foo
|
| H A D | group.test | 30 - SectionOrType: GRP_COMDAT 31 - SectionOrType: .text.foo 121 - SectionOrType: GRP_COMDAT 122 - SectionOrType: .text.foo
|
| H A D | group-unchanged.test | 30 - SectionOrType: GRP_COMDAT 31 - SectionOrType: .text.foo
|
| H A D | group-big-endian.test | 30 - SectionOrType: GRP_COMDAT 31 - SectionOrType: .text.foo
|
| H A D | set-section-flags-preserved.test | 46 - SectionOrType: GRP_COMDAT 47 - SectionOrType: .foo
|
| H A D | rename-section-flag-preserved.test | 51 - SectionOrType: GRP_COMDAT 52 - SectionOrType: .foo
|
| H A D | strip-unneeded.test | 59 - SectionOrType: GRP_COMDAT 60 - SectionOrType: .text
|
| /llvm-project-15.0.7/llvm/test/Object/X86/ |
| H A D | obj2yaml-dup-section-name.s | 9 # 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 D | sht-group-empty.test | 20 - SectionOrType: GRP_COMDAT 21 - SectionOrType: .text.foo 22 - SectionOrType: .text.bar 23 - SectionOrType: .note
|
| H A D | relocation-group.test | 27 - SectionOrType: GRP_COMDAT 28 - SectionOrType: .text.foo
|
| H A D | undef-not-suggest.test | 21 - SectionOrType: GRP_COMDAT 22 - SectionOrType: .text.foo
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | comdat-broken-members.yaml | 17 - SectionOrType: GRP_COMDAT 18 - SectionOrType: .foo 19 - SectionOrType: .bar
|
| H A D | comdat-broken-info.yaml | 16 - SectionOrType: GRP_COMDAT 45 - SectionOrType: GRP_COMDAT 50 - SectionOrType: GRP_COMDAT
|
| H A D | comdat-broken.yaml | 14 - SectionOrType: 0xFF 15 - SectionOrType: 3
|
| H A D | duplicate-section-names.yaml | 160 - 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 D | compress-debug-sections.yaml | 35 - 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 D | section-group.yaml | 14 # 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 D | sht-group-wrong-section.test | 18 - SectionOrType: GRP_COMDAT 19 - SectionOrType: 12345
|
| H A D | comdat-broken.test | 21 - SectionOrType: 0xFF 22 - SectionOrType: 3
|
| H A D | sht-group.test | 17 - SectionOrType: GRP_COMDAT
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 149 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 §ionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|