Searched refs:test2_g (Results 1 – 11 of 11) sorted by relevance
13 static int test2_g __attribute__((weakref("test2_f"))); variable15 return test2_g; in test2_h()
13 static void test2_g(void) __attribute__((weakref("test2_f")));15 test2_g(); in test2_h()
81 define internal void @test2_g(i1 %b) {114 call void @test2_g(i1 true)115 call void @test2_g(i1 true)116 ; CHECK: call void @test2_g(i1 true)117 ; CHECK: call void @test2_g(i1 true)
63 ; CHECK-NEXT: define void @test2_g()64 define void @test2_g() noinline {76 call void @test2_g()
58 void test2_g(void) in test2_g() function
114 short test2_g(long long ll) { in test2_g() function
95 ; CHECK-NEXT: [[CALL2:%.*]] = call i1 @test2_g(%t1* [[TMP0]], i32 1)103 %call2 = call i1 @test2_g(%t1* %0, i32 1)135 define internal i1 @test2_g(%t1* %h, i32 %i) {136 ; CHECK-LABEL: define {{[^@]+}}@test2_g