Lines Matching refs:comdat
3 $f1 = comdat any
4 @v1 = global i32 0, comdat($f1)
5 define void @f1() comdat($f1) {
9 $f2 = comdat exactmatch
10 @v2 = global i32 0, comdat($f2)
11 define void @f2() comdat($f2) {
15 $f3 = comdat largest
16 @v3 = global i32 0, comdat($f3)
17 define void @f3() comdat($f3) {
21 $f4 = comdat noduplicates
22 @v4 = global i32 0, comdat($f4)
23 define void @f4() comdat($f4) {
27 $f5 = comdat samesize
28 @v5 = global i32 0, comdat($f5)
29 define void @f5() comdat($f5) {
33 $f6 = comdat samesize
34 @v6 = global i32 0, comdat($f6)
35 @f6 = global i32 0, comdat($f6)
37 $"\01@f7@0" = comdat any
38 define x86_fastcallcc void @"\01@v7@0"() comdat($"\01@f7@0") {
41 define x86_fastcallcc void @"\01@f7@0"() comdat($"\01@f7@0") {
45 $f8 = comdat any
46 define x86_fastcallcc void @v8() comdat($f8) {
49 define x86_fastcallcc void @f8() comdat($f8) {
53 $vftable = comdat largest
55 @some_name = private unnamed_addr constant [2 x i8*] zeroinitializer, comdat($vftable)