HomeSort by relevance Sort by last modified time
    Searched refs:test4_f (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
attr-weakref.c 28 // CHECK: define void @test4_f()
29 void test4_f(void);
30 static void test4_g(void) __attribute__((weakref("test4_f")));
34 void test4_f(void) {} function
attr-weakref2.c 28 // CHECK: @test4_f = common global i32 0, align 4
29 extern int test4_f;
30 static int test4_g __attribute__((weakref("test4_f")));
34 int test4_f; variable

Completed in 108 milliseconds