Home | History | Annotate | Download | only in Linker

Lines Matching full:appending

752     // Unify the element type of appending arrays.
814 /// linkAppendingVarProto - If there were any appending global variables, link
821 "': can only link appending global with another appending global!");
830 return emitError("Appending variables with different element types!");
832 return emitError("Appending
836 "Appending variables with different alignment need to be linked!");
840 "Appending variables with different visibility need to be linked!");
844 "Appending variables with different unnamed_addr need to be linked!");
848 "Appending variables with different section name need to be linked!");
900 // Concatenation of appending linkage variables is magic and handled later.