Lines Matching refs:prevailing
4 ; Verify that prevailing weak for linker symbol is kept.
5 ; Note that gold picks the first copy of a function as the prevailing one,
6 ; so listing %t.o first is sufficient to ensure that its copies are prevailing.
44 ; Alias are resolved to weak_odr in prevailing module, but left as linkonce_odr
45 ; in non-prevailing module (illegal to have an available_externally alias).
50 ; Alias are resolved in prevailing module, but not optimized in
51 ; non-prevailing module (illegal to have an available_externally alias).
56 ; Function with an alias are resolved in prevailing module, but
57 ; not optimized in non-prevailing module (illegal to have an
66 ; Function with an alias are resolved to weak in prevailing module, but
67 ; not optimized in non-prevailing module (illegal to have an