Home | History | Annotate | Download | only in Linker

Lines Matching full:alias

22 ; Ensure that both weak alias to an imported function and strong alias to a
24 ; Also ensures that alias to a linkonce function is turned into a declaration
35 ; Ensure that weak alias to a non-imported function is correctly
36 ; turned into a declaration, but that strong alias to an imported function
37 ; is imported as alias.
44 ; Ensure that strong alias imported in second pass of importing ends up
45 ; as an alias.
52 ; Ensure that strong alias imported in first pass of importing ends up
53 ; as an alias, and that seeing the alias definition during a second inlining
61 ; An alias to an imported function is imported as alias if the function is not
64 ; IMPORTGLOB5-DAG: linkoncealias = alias void (...), bitcast (void ()* @linkoncefunc to void (...)*)
111 @weakalias = weak alias void (...), bitcast (void ()* @globalfunc1 to void (...)*)
112 @analias = alias void (...), bitcast (void ()* @globalfunc2 to void (...)*)
113 @linkoncealias = alias void (...), bitcast (void ()* @linkoncefunc to void (...)*)