HomeSort by relevance Sort by last modified time
    Searched full:__mix2 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
pragma-weak.c 17 // CHECK-DAG: @mix2 = weak alias void (), void ()* @__mix2
103 #pragma weak mix2 = __mix2
104 void __mix2(void) __attribute((noinline));
105 void __mix2(void) __attribute((noinline));
106 void __mix2(void) {} function
107 // CHECK-LABEL: define void @__mix2()

Completed in 524 milliseconds