Lines Matching refs:comdat
9 ; CHECK: @foo = global i8 0, comdat
18 $foo = comdat any
19 @foo = global i8 0, comdat
22 $foo = comdat any
23 @foo = global i8 1, comdat
28 define void @bar() comdat($foo) {
33 $c1 = comdat any
35 @v1 = weak_odr global i32 42, comdat($c1)
36 define weak_odr i32 @f1(ptr) comdat($c1) {
53 ; CHECK2: $c1 = comdat any
54 ; CHECK2: $c2 = comdat any
58 ; CHECK2-DAG: @v1 = weak_odr global i32 42, comdat($c1)
66 ; CHECK2-DAG: @v1.1 = internal global i32 41, comdat($c2)
80 ; CHECK2: define weak_odr protected i32 @f1(ptr %0) comdat($c1) {
87 ; CHECK2: define internal i32 @f1.2(ptr %this) comdat($c2) {
96 $c2 = comdat any
97 $c1 = comdat any
101 @will_be_undefined = global i32 1, comdat($c1)
104 @v1 = weak_odr global i32 41, comdat($c2)
105 define weak_odr protected i32 @f1(ptr %this) comdat($c2) {
124 ; CHECK3: @bar = global i32 0, comdat($a1)
125 ; CHECK3: @baz = private global i32 42, comdat($a1)
127 $a1 = comdat any
128 @bar = global i32 0, comdat($a1)
131 $a1 = comdat any
132 @baz = private global i32 42, comdat($a1)