Lines Matching refs:comdat
33 $source_comdat_function = comdat any
34 define dllexport void @source_comdat_function() comdat($source_comdat_function) {
39 $source_comdat_function_1 = comdat exactmatch
40 define dllexport void @source_comdat_function_1() comdat($source_comdat_function_1) {
45 $source_comdat_variable = comdat largest
46 @source_comdat_variable = global i32 32, comdat($source_comdat_variable)
48 $source_comdat_variable_1 = comdat noduplicates
49 @source_comdat_variable_1 = global i32 64, comdat($source_comdat_variable_1)
51 ; CHECK: $target_comdat_function = comdat any
52 ; CHECK: $target_comdat_function_1 = comdat exactmatch
53 ; CHECK: $target_comdat_variable = comdat largest
54 ; CHECK: $target_comdat_variable_1 = comdat noduplicates
62 ; CHECK: @target_comdat_variable = global i32 32, comdat
63 ; CHECK-NOT: @source_comdat_variable = global i32 32, comdat
64 ; CHECK: @target_comdat_variable_1 = global i32 64, comdat
65 ; CHECK-NOT: @source_comdat_variable_1 = global i32 64, comdat
90 ; CHECK: define dllexport void @target_comdat_function() comdat
91 ; CHECK-NOT: define dllexport void @source_comdat_function() comdat
92 ; CHECK: define dllexport void @target_comdat_function_1() comdat
93 ; CHECK-NOT: define dllexport void @source_comdat_function_1() comdat