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 = alias weak void ()* @__mix2
101 #pragma weak mix2 = __mix2
102 void __mix2(void) __attribute((noinline));
103 void __mix2(void) __attribute((noinline));
104 void __mix2(void) {} function
105 // CHECK-LABEL: define void @__mix2()

Completed in 160 milliseconds