Lines Matching refs:comdat
31 $source_comdat_function = comdat any
32 define dllexport void @source_comdat_function() comdat($source_comdat_function) {
37 $source_comdat_function_1 = comdat exactmatch
38 define dllexport void @source_comdat_function_1() comdat($source_comdat_function_1) {
43 $source_comdat_variable = comdat largest
44 @source_comdat_variable = global i32 32, comdat($source_comdat_variable)
46 $source_comdat_variable_1 = comdat noduplicates
47 @source_comdat_variable_1 = global i32 64, comdat($source_comdat_variable_1)
49 ; CHECK: $target_comdat_function = comdat any
50 ; CHECK: $target_comdat_function_1 = comdat exactmatch
51 ; CHECK: $target_comdat_variable = comdat largest
52 ; CHECK: $target_comdat_variable_1 = comdat noduplicates
60 ; CHECK: @target_comdat_variable = global i32 32, comdat
61 ; CHECK-NOT: @source_comdat_variable = global i32 32, comdat
62 ; CHECK: @target_comdat_variable_1 = global i32 64, comdat
63 ; CHECK-NOT: @source_comdat_variable_1 = global i32 64, comdat
88 ; CHECK: define dllexport void @target_comdat_function() comdat
89 ; CHECK-NOT: define dllexport void @source_comdat_function() comdat
90 ; CHECK: define dllexport void @target_comdat_function_1() comdat
91 ; CHECK-NOT: define dllexport void @source_comdat_function_1() comdat