Lines Matching full:appending
620 // Unify the element type of appending arrays.
682 /// linkAppendingVarProto - If there were any appending global variables, link
689 "': can only link appending global with another appending global!");
698 return emitError("Appending variables with different element types!");
700 return emitError("Appending variables linked with different const'ness!");
704 "Appending variables with different alignment need to be linked!");
708 "Appending variables with different visibility need to be linked!");
712 "Appending variables with different section name need to be linked!");
753 // Concatenation of appending linkage variables is magic and handled later.