Lines Matching refs:DUP

100 … llvm-readobj --section-groups %t.dup.o 2>&1 | FileCheck %s -DFILE=%t.dup.o --check-prefix=DUP-LLVM
101 …: llvm-readelf --section-groups %t.dup.o 2>&1 | FileCheck %s -DFILE=%t.dup.o --check-prefix=DUP-GNU
103 # DUP-LLVM: Group {
104 # DUP-LLVM-NEXT: Name: .group
105 # DUP-LLVM-NEXT: Index: 1
106 # DUP-LLVM-NEXT: Link: 7
107 # DUP-LLVM-NEXT: Info: 1
108 # DUP-LLVM-NEXT: Type: COMDAT
109 # DUP-LLVM-NEXT: Signature: foo
110 # DUP-LLVM-NEXT: Section(s) in group [
111 # DUP-LLVM-NEXT: .text.foo (3)
112 # DUP-LLVM-NEXT: .rela.text.foo (4)
113 # DUP-LLVM-NEXT: ]
114 # DUP-LLVM-NEXT: }
115 # DUP-LLVM: Group {
116 # DUP-LLVM-NEXT: Name: .group1
117 # DUP-LLVM-NEXT: Index: 2
118 # DUP-LLVM-NEXT: Link: 7
119 # DUP-LLVM-NEXT: Info: 2
120 # DUP-LLVM-NEXT: Type: COMDAT
121 # DUP-LLVM-NEXT: Signature: bar
122 # DUP-LLVM-NEXT: Section(s) in group [
123 # DUP-LLVM-NEXT: warning: '[[FILE]]': section with index 3, included in the group section with inde…
124 # DUP-LLVM-NEXT: .text.foo (3)
125 # DUP-LLVM-NEXT: .rela.text.bar (6)
126 # DUP-LLVM-NEXT: ]
127 # DUP-LLVM-NEXT: }
129 # DUP-GNU: COMDAT group section [ 1] `.group' [foo] contains 2 sections:
130 # DUP-GNU-NEXT: [Index] Name
131 # DUP-GNU-NEXT: [ 3] .text.foo
132 # DUP-GNU-NEXT: [ 4] .rela.text.foo
134 # DUP-GNU: COMDAT group section [ 2] `.group1' [bar] contains 2 sections:
135 # DUP-GNU-NEXT: [Index] Name
136 # DUP-GNU-NEXT: warning: '[[FILE]]': section with index 3, included in the group section with index…
137 # DUP-GNU-NEXT: [ 3] .text.foo
138 # DUP-GNU-NEXT: [ 6] .rela.text.bar